mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
ignore octoprint plugin
This commit is contained in:
parent
7a6330fd08
commit
8cd9439497
3 changed files with 13 additions and 12 deletions
|
@ -18,7 +18,6 @@ Item
|
|||
property bool printerConnected: Cura.MachineManager.printerOutputDevices.length != 0
|
||||
property bool printerAcceptsCommands: printerConnected && Cura.MachineManager.printerOutputDevices[0].acceptsCommands
|
||||
property real progress: printerConnected ? Cura.MachineManager.printerOutputDevices[0].progress : 0
|
||||
property int backendState: UM.Backend.state
|
||||
|
||||
property bool showProgress: {
|
||||
// determine if we need to show the progress bar + percentage
|
||||
|
@ -203,6 +202,7 @@ Item
|
|||
target: Printer
|
||||
onAdditionalComponentsChanged:
|
||||
{
|
||||
print("areaId", areaId)
|
||||
if(areaId == "monitorButtons") {
|
||||
for (var component in CuraApplication.additionalComponents["monitorButtons"]) {
|
||||
CuraApplication.additionalComponents["monitorButtons"][component].parent = additionalComponentsRow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue