Fixe to realtime position tracking and gcode e tracking

This hopefully fixes issues with re-slice (did on test environment)
This commit is contained in:
Lars Brubaker 2018-12-06 17:01:26 -08:00
parent 4494ac8251
commit 62b6b9ae44
4 changed files with 87 additions and 120 deletions

View file

@ -44,7 +44,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
this.MaxSegmentLength = maxSegmentLength;
}
PrinterMove lastDestination { get; set; } = PrinterMove.Unknown;
PrinterMove lastDestination = PrinterMove.Unknown;
public double MaxSegmentLength { get; set; }
public void Cancel()