mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Home head only by X- and Y axis, do extra bedHome (G28 Z)
CURA-4844
This commit is contained in:
parent
c7b6bb8188
commit
10ebabb7f6
2 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,6 @@ class GenericOutputController(PrinterOutputController):
|
|||
def homeHead(self, printer):
|
||||
self._output_device.sendCommand("G28 X")
|
||||
self._output_device.sendCommand("G28 Y")
|
||||
self._output_device.sendCommand("G28 Z")
|
||||
|
||||
def homeBed(self, printer):
|
||||
self._output_device.sendCommand("G28 Z")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue