mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 07:17:52 -06:00
Make extruder_nr a string value
It's an enum after all, and the front-end doesn't work well with enums that are ints. The code for the back-end should remain the same. Contributes to issue CURA-1716.
This commit is contained in:
parent
18e69c7580
commit
85422ae6a5
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@
|
||||||
"label": "Extruder",
|
"label": "Extruder",
|
||||||
"description": "The extruder train used for printing. This is used in multi-extrusion.",
|
"description": "The extruder train used for printing. This is used in multi-extrusion.",
|
||||||
"type": "extruder",
|
"type": "extruder",
|
||||||
"default_value": 0,
|
"default_value": "0",
|
||||||
"minimum_value": "0",
|
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
"settable_per_extruder": false,
|
"settable_per_extruder": false,
|
||||||
"settable_per_meshgroup": false,
|
"settable_per_meshgroup": false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue