Remove reference to machine_extruder_count

This setting is not defined in this definition so it can't find the value of it here. I've re-introduced the maximum_value statically in the Jedi implementations of this setting.

Contributes to issue CURA-1278 and CURA-351.
This commit is contained in:
Ghostkeeper 2016-05-27 17:17:26 +02:00
parent f5fce51238
commit 525f608b24

View file

@ -24,8 +24,7 @@
"description": "The extruder train used for printing. This is used in multi-extrusion.",
"type": "int",
"default_value": 0,
"minimum_value": "0",
"maximum_value": "machine_extruder_count - 1"
"minimum_value": "0"
},
"machine_nozzle_offset_x":
{