mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 09:15:58 +08:00
Fixes #2284
This commit is contained in:
parent
7978b0efe9
commit
145b6825db
@ -615,7 +615,7 @@ class PrinterOutputDevice(QObject, OutputDevice):
|
|||||||
@pyqtSlot("long")
|
@pyqtSlot("long")
|
||||||
@pyqtSlot("long", "long")
|
@pyqtSlot("long", "long")
|
||||||
def setHeadZ(self, z, speed = 3000):
|
def setHeadZ(self, z, speed = 3000):
|
||||||
self._setHeadY(z, speed)
|
self._setHeadZ(z, speed)
|
||||||
|
|
||||||
## Move the head of the printer.
|
## Move the head of the printer.
|
||||||
# Note that this is a relative move. If you want to move the head to a specific position you can use
|
# Note that this is a relative move. If you want to move the head to a specific position you can use
|
||||||
|
Loading…
x
Reference in New Issue
Block a user