Fixed some problems with print leveling moving down.

Made gcode with no timing info (no speeds set) still visible.
This commit is contained in:
larsbrubaker 2014-05-09 17:49:57 -07:00
parent 4cd14db72f
commit 8f6d73e1e1
3 changed files with 7 additions and 7 deletions

View file

@ -493,8 +493,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
SetProcessingMessage("");
if (gcodeViewWidget != null
&& gcodeViewWidget.LoadedGCode != null
&& gcodeViewWidget.LoadedGCode.GCodeCommandQueue.Count > 0
&& gcodeViewWidget.LoadedGCode.GCodeCommandQueue[0].secondsToEndFromHere > 0)
&& gcodeViewWidget.LoadedGCode.GCodeCommandQueue.Count > 0)
{
CreateOptionsContent();