mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 14:51:07 -07:00
Merge branch 'feature_sync_button' of github.com:Ultimaker/Cura into feature_sync_button
Fix some conflicts
This commit is contained in:
commit
8a48503104
7 changed files with 53 additions and 25 deletions
|
|
@ -13,7 +13,7 @@ import "Menus"
|
|||
ToolButton {
|
||||
id: base
|
||||
property var isNetworkPrinter: Cura.MachineManager.activeMachineNetworkKey != ""
|
||||
property var printerStatus: Cura.MachineManager.printerOutputDevices.length != 0 ? "connected" : "unknown"
|
||||
property var printerStatus: Cura.MachineManager.printerOutputDevices.length != 0 ? "connected" : "disconnected"
|
||||
text: isNetworkPrinter ? Cura.MachineManager.activeMachineNetworkGroupName : Cura.MachineManager.activeMachineName
|
||||
|
||||
tooltip: Cura.MachineManager.activeMachineName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue