Added relative move option

CURA-1339
This commit is contained in:
Jaime van Kessel 2016-04-14 14:05:36 +02:00
parent 4b5c118ed2
commit fc88844cf8
2 changed files with 16 additions and 3 deletions

View file

@ -69,9 +69,6 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
# List of gcode lines to be printed
self._gcode = []
# Current Z stage location
self._current_z = 0
# Check if endstops are ever pressed (used for first run)
self._x_min_endstop_pressed = False
self._y_min_endstop_pressed = False