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:
Ghostkeeper 2016-06-02 15:27:21 +02:00
parent 84fc7948ce
commit 7146c9ab7d
No known key found for this signature in database
GPG key ID: 701948C5954A7385
2 changed files with 114 additions and 0 deletions

View file

@ -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":