From 6fda0ce21c0ed1635b6ac3d36bb52b1a9c860e12 Mon Sep 17 00:00:00 2001 From: larsbrubaker Date: Tue, 27 May 2014 10:17:36 -0700 Subject: [PATCH] hiding 3d gcode view. --- PartPreviewWindow/ViewGcodeBasic.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PartPreviewWindow/ViewGcodeBasic.cs b/PartPreviewWindow/ViewGcodeBasic.cs index a481f99f1..f0457e1d8 100644 --- a/PartPreviewWindow/ViewGcodeBasic.cs +++ b/PartPreviewWindow/ViewGcodeBasic.cs @@ -481,7 +481,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow meshViewerWidget.Visible = false; } }; - layerInfoContainer.AddChild(show3D); + //layerInfoContainer.AddChild(show3D); } // Put in the sync to print checkbox