Add tabs for select the extruder in the custom print setup.

Align some elements beneath the tabs.

Contributes to CURA-5941.
This commit is contained in:
Diego Prado Gesto 2018-12-03 13:58:13 +01:00
parent d5cc55409f
commit 4c468831f0
7 changed files with 164 additions and 115 deletions

View file

@ -69,4 +69,13 @@ Item
labelColumnWidth: parent.firstColumnWidth
}
}
UM.SettingPropertyProvider
{
id: extrudersEnabledCount
containerStack: Cura.MachineManager.activeMachine
key: "extruders_enabled_count"
watchedProperties: [ "value" ]
storeIndex: 0
}
}