mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Add a proper component with a label and a rectangle in the background
that shows the type of printer. Contributes to CURA-5942.
This commit is contained in:
parent
9720512f50
commit
0211122b12
4 changed files with 27 additions and 5 deletions
|
@ -84,6 +84,7 @@ Cura.ExpandableComponent
|
|||
{
|
||||
text: model.metadata["connect_group_name"]
|
||||
checked: Cura.MachineManager.activeMachineNetworkGroupName == model.metadata["connect_group_name"]
|
||||
outputDevice: Cura.MachineManager.printerOutputDevices.length >= 1 ? Cura.MachineManager.printerOutputDevices[0] : null
|
||||
|
||||
Connections
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue