mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Home only the head instead of homing both the head and the bed at the same time
This commit is contained in:
parent
08d4200f92
commit
059761b781
1 changed files with 1 additions and 3 deletions
|
@ -58,9 +58,7 @@ class GenericOutputController(PrinterOutputController):
|
|||
self._output_device.sendCommand("G90")
|
||||
|
||||
def homeHead(self, printer):
|
||||
self._output_device.sendCommand("G28 X")
|
||||
self._output_device.sendCommand("G28 Y")
|
||||
self._output_device.sendCommand("G28 Z")
|
||||
self._output_device.sendCommand("G28 XY")
|
||||
|
||||
def homeBed(self, printer):
|
||||
self._output_device.sendCommand("G28 Z")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue