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:
parent
4494ac8251
commit
62b6b9ae44
4 changed files with 87 additions and 120 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue