mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
CURA-4844 fix some typos
This commit is contained in:
parent
a6d7a61c54
commit
54c85fd0ea
2 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ class GenericOutputController(PrinterOutputController):
|
|||
self._output_device.sendCommand("G90")
|
||||
|
||||
def homeHead(self, printer):
|
||||
# Ultimaker+ frimware is 'Marlin V1' and UM2 is "Marlin Ultimaker2"
|
||||
# Ultimaker+ firmware is 'Marlin V1' and UM2 is "Marlin Ultimaker2"
|
||||
# For this reason UM2 should move only X, Y and not Z, otherwise it might brake the build plate
|
||||
name = self._output_device.getFirmwareName()
|
||||
if name and name.find("Ultimaker2") != -1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue