mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 22:45:53 +08: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
@ -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…
x
Reference in New Issue
Block a user