Home head only by X- and Y axis, do extra bedHome (G28 Z)

CURA-4844
This commit is contained in:
Aleksei S 2018-04-09 13:13:52 +02:00
parent c7b6bb8188
commit 10ebabb7f6
2 changed files with 2 additions and 1 deletions

View file

@ -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")