mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Moved compressing of GCode to one class higher
CL-541
This commit is contained in:
parent
c6f2e167e2
commit
83b13546fb
4 changed files with 82 additions and 35 deletions
|
@ -138,7 +138,7 @@ class PrinterOutputDevice(QObject, OutputDevice):
|
|||
def acceptsCommands(self):
|
||||
return self._accepts_commands
|
||||
|
||||
## Set a flag to signal the UI that the printer is not (yet) ready to receive commands
|
||||
## Set a flag to signal the UI that the printer is not (yet) ready to receive commands
|
||||
def setAcceptsCommands(self, accepts_commands):
|
||||
if self._accepts_commands != accepts_commands:
|
||||
self._accepts_commands = accepts_commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue