mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Disable print monitor if the printer is not (yet) ready to receive commands
CURA-1851
This commit is contained in:
parent
f3a119f9bb
commit
ed669925ad
4 changed files with 20 additions and 4 deletions
|
@ -28,6 +28,7 @@ Rectangle
|
|||
|
||||
// Is there an output device for this printer?
|
||||
property bool printerConnected: Cura.MachineManager.printerOutputDevices.length != 0
|
||||
property bool printerAcceptsCommands: printerConnected && Cura.MachineManager.printerOutputDevices[0].acceptsCommands
|
||||
|
||||
color: UM.Theme.getColor("sidebar");
|
||||
UM.I18nCatalog { id: catalog; name:"cura"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue