mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 07:17:52 -06:00
Change setting type for extruder_nr settings
This way it can determine the difference between an integer and an index in the extruder list. Contributes to issues CURA-1278.
This commit is contained in:
parent
7146c9ab7d
commit
1a30dd96b1
2 changed files with 6 additions and 6 deletions
|
@ -22,7 +22,7 @@
|
|||
{
|
||||
"label": "Extruder",
|
||||
"description": "The extruder train used for printing. This is used in multi-extrusion.",
|
||||
"type": "int",
|
||||
"type": "extruder",
|
||||
"default_value": 0,
|
||||
"minimum_value": "0"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue