mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Update MonitorMain.qml
This commit is contained in:
parent
a5761cb56b
commit
10f0a5663d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Rectangle
|
|||
{
|
||||
id: viewportOverlay
|
||||
|
||||
property bool isConnected: Cura.MachineManager.activeMachineIsUsingCloudConnection
|
||||
property bool isConnected: Cura.MachineManager.activeMachineHasNetworkConnection || Cura.MachineManager.activeMachineHasCloudConnection
|
||||
property bool isNetworkConfigurable: ["Ultimaker 3", "Ultimaker 3 Extended", "Ultimaker S5"].indexOf(Cura.MachineManager.activeMachineDefinitionName) > -1
|
||||
property bool isNetworkConfigured:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue