Correct data type for extruder number setting

This caused a crash. Stupid mistake.
This commit is contained in:
Ghostkeeper 2016-05-30 16:31:00 +02:00
parent 0c7b417244
commit 932eefeb0e

View File

@ -110,7 +110,7 @@
"description": "Number of extruder trains. An extruder train is the combination of a feeder, bowden tube, and nozzle.",
"default_value": 1,
"global_only": true,
"type": "bool",
"type": "int",
"label": "Number extruders"
},
"machine_nozzle_tip_outer_diameter":