mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 15:57:52 -06:00
Correct data type for extruder number setting
This caused a crash. Stupid mistake.
This commit is contained in:
parent
0c7b417244
commit
932eefeb0e
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
||||||
"description": "Number of extruder trains. An extruder train is the combination of a feeder, bowden tube, and nozzle.",
|
"description": "Number of extruder trains. An extruder train is the combination of a feeder, bowden tube, and nozzle.",
|
||||||
"default_value": 1,
|
"default_value": 1,
|
||||||
"global_only": true,
|
"global_only": true,
|
||||||
"type": "bool",
|
"type": "int",
|
||||||
"label": "Number extruders"
|
"label": "Number extruders"
|
||||||
},
|
},
|
||||||
"machine_nozzle_tip_outer_diameter":
|
"machine_nozzle_tip_outer_diameter":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue