mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Added relative move option
CURA-1339
This commit is contained in:
parent
4b5c118ed2
commit
fc88844cf8
2 changed files with 16 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue