mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06: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
|
||||
|
||||
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:
|
||||
{
|
||||
if(Cura.MachineManager.activeMachine === null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue