mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Revert "Revert "Merge branch 'fix_garbled_fonts_macos' into 3.0""
This reverts commit e07e7bc9e7.
Contributes to issue CURA-4414.
This commit is contained in:
parent
ff41b043b1
commit
d458fcde5c
12 changed files with 75 additions and 13 deletions
|
|
@ -119,7 +119,8 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
|||
self._sendCommand("G0 Y%s F%s" % (z, speed))
|
||||
|
||||
def _homeHead(self):
|
||||
self._sendCommand("G28")
|
||||
self._sendCommand("G28 X")
|
||||
self._sendCommand("G28 Y")
|
||||
|
||||
def _homeBed(self):
|
||||
self._sendCommand("G28 Z")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue