mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 06:19:02 +08:00
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
This commit is contained in:
commit
2df91d8e0b
@ -379,7 +379,7 @@ class PrinterConnection(OutputDevice, QObject, SignalEmitter):
|
|||||||
@pyqtSlot("long", "long","long")
|
@pyqtSlot("long", "long","long")
|
||||||
def moveHead(self, x, y, z):
|
def moveHead(self, x, y, z):
|
||||||
Logger.log("d","Moving head to %s, %s , %s", x, y, z)
|
Logger.log("d","Moving head to %s, %s , %s", x, y, z)
|
||||||
self._sendCommand("G0 X%s Y%s Z%s F3000"%(x,y,z))
|
self._sendCommand("G0 X%s Y%s Z%s F3000" % (x, y, z))
|
||||||
|
|
||||||
@pyqtSlot("long", "long","long")
|
@pyqtSlot("long", "long","long")
|
||||||
def moveHeadRelative(self, x, y, z):
|
def moveHeadRelative(self, x, y, z):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user