mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 18:49:01 +08:00
commit
fa66f2c117
@ -119,7 +119,8 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
|||||||
self._sendCommand("G0 Y%s F%s" % (z, speed))
|
self._sendCommand("G0 Y%s F%s" % (z, speed))
|
||||||
|
|
||||||
def _homeHead(self):
|
def _homeHead(self):
|
||||||
self._sendCommand("G28")
|
self._sendCommand("G28 X")
|
||||||
|
self._sendCommand("G28 Y")
|
||||||
|
|
||||||
def _homeBed(self):
|
def _homeBed(self):
|
||||||
self._sendCommand("G28 Z")
|
self._sendCommand("G28 Z")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user