mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove commented out code
CURA-9422
This commit is contained in:
parent
ad7c18d75e
commit
6f4796f34f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Rectangle
|
||||||
id: viewportOverlay
|
id: viewportOverlay
|
||||||
|
|
||||||
property bool isConnected: Cura.MachineManager.activeMachineHasNetworkConnection || Cura.MachineManager.activeMachineHasCloudConnection
|
property bool isConnected: Cura.MachineManager.activeMachineHasNetworkConnection || Cura.MachineManager.activeMachineHasCloudConnection
|
||||||
property bool isAbstractCloudPrinter: Cura.MachineManager.activeMachineIsAbstract // && Cura.MachineManager.activeMachineHasCloudRegistration
|
property bool isAbstractCloudPrinter: Cura.MachineManager.activeMachineIsAbstract
|
||||||
property bool isNetworkConfigurable:
|
property bool isNetworkConfigurable:
|
||||||
{
|
{
|
||||||
if(Cura.MachineManager.activeMachine === null)
|
if(Cura.MachineManager.activeMachine === null)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue