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:
Diego Prado Gesto 2018-11-22 14:46:13 +01:00
parent 9720512f50
commit 0211122b12
4 changed files with 27 additions and 5 deletions

View file

@ -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
{