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:
Ghostkeeper 2016-06-15 13:52:57 +02:00
parent 18e69c7580
commit 85422ae6a5
No known key found for this signature in database
GPG Key ID: 701948C5954A7385

View File

@ -23,8 +23,7 @@
"label": "Extruder",
"description": "The extruder train used for printing. This is used in multi-extrusion.",
"type": "extruder",
"default_value": 0,
"minimum_value": "0",
"default_value": "0",
"settable_per_mesh": true,
"settable_per_extruder": false,
"settable_per_meshgroup": false,