mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Revert "Merge branch 'fix_garbled_fonts_macos' into 3.0"
This reverts commitb62c19206f
, reversing changes made to104926c6ed
. Contributes to issue CURA-4414.
This commit is contained in:
parent
30be02be14
commit
e07e7bc9e7
17 changed files with 41 additions and 99 deletions
|
@ -119,8 +119,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
|||
self._sendCommand("G0 Y%s F%s" % (z, speed))
|
||||
|
||||
def _homeHead(self):
|
||||
self._sendCommand("G28 X")
|
||||
self._sendCommand("G28 Y")
|
||||
self._sendCommand("G28")
|
||||
|
||||
def _homeBed(self):
|
||||
self._sendCommand("G28 Z")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue