mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Use array for extruder configurations
Contributes to CL-1148
This commit is contained in:
parent
da834d6a1f
commit
55554c62a9
2 changed files with 20 additions and 25 deletions
|
@ -141,8 +141,11 @@ Item
|
|||
id: printerConfiguration
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
buildplate: "Glass"
|
||||
config0: base.printJob.configuration.extruderConfigurations[0]
|
||||
config1: base.printJob.configuration.extruderConfigurations[1]
|
||||
configurations:
|
||||
[
|
||||
base.printJob.configuration.extruderConfigurations[0],
|
||||
base.printJob.configuration.extruderConfigurations[1]
|
||||
]
|
||||
height: 72 * screenScaleFactor // TODO: Theme!
|
||||
}
|
||||
Label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue