mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Make a drop-down box for selecting an extruder
For use by settings such as infill_extruder_nr. Contributes to issues CURA-351 and CURA-1278.
This commit is contained in:
parent
84fc7948ce
commit
7146c9ab7d
2 changed files with 114 additions and 0 deletions
|
@ -62,6 +62,8 @@ ScrollView
|
|||
return "SettingTextField.qml"
|
||||
case "enum":
|
||||
return "SettingComboBox.qml"
|
||||
case "extruder":
|
||||
return "SettingExtruder.qml"
|
||||
case "bool":
|
||||
return "SettingCheckBox.qml"
|
||||
case "str":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue