Fixed some problems with print leveling moving down.
Made gcode with no timing info (no speeds set) still visible.
This commit is contained in:
parent
4cd14db72f
commit
8f6d73e1e1
3 changed files with 7 additions and 7 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue