mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-03 17:24:21 +08:00
Correct data type for extruder number setting
This caused a crash. Stupid mistake.
This commit is contained in:
parent
0c7b417244
commit
932eefeb0e
@ -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…
x
Reference in New Issue
Block a user