This commit is contained in:
John Lewin 2018-11-29 13:41:24 -08:00
parent 80ea3716d9
commit 970d68f5c0
23 changed files with 31 additions and 31 deletions

View file

@ -92,7 +92,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
GCodeFile.GetFirstNumberAfter("Z", lineToSend, ref this.currentMove.position.Z);
GCodeFile.GetFirstNumberAfter("E", lineToSend, ref this.currentMove.extrusion);
// tell the steam pipline what the actual printer position is
// tell the steam pipeline what the actual printer position is
this.SetPrinterPosition(this.currentMove);
}