mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Remove prepare items from Monitor stage
This commit is contained in:
parent
b5de9c7501
commit
07e1a21aeb
2 changed files with 8 additions and 471 deletions
|
|
@ -15,6 +15,8 @@ Item
|
|||
id: base;
|
||||
UM.I18nCatalog { id: catalog; name:"cura"}
|
||||
|
||||
height: childrenRect.height + UM.Theme.getSize("sidebar_margin").height
|
||||
|
||||
property bool printerConnected: Cura.MachineManager.printerConnected
|
||||
property bool printerAcceptsCommands: printerConnected && Cura.MachineManager.printerOutputDevices[0].acceptsCommands
|
||||
property var activePrinter: printerConnected ? Cura.MachineManager.printerOutputDevices[0].activePrinter : null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue