mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
commit
fa66f2c117
1 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,8 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
|||
self._sendCommand("G0 Y%s F%s" % (z, speed))
|
||||
|
||||
def _homeHead(self):
|
||||
self._sendCommand("G28")
|
||||
self._sendCommand("G28 X")
|
||||
self._sendCommand("G28 Y")
|
||||
|
||||
def _homeBed(self):
|
||||
self._sendCommand("G28 Z")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue