From 525f608b242a70d553e18ed724f4b40694950936 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 27 May 2016 17:17:26 +0200 Subject: [PATCH] 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. --- resources/definitions/fdmextruder.def.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/definitions/fdmextruder.def.json b/resources/definitions/fdmextruder.def.json index e9be929e72..f755d72c4a 100644 --- a/resources/definitions/fdmextruder.def.json +++ b/resources/definitions/fdmextruder.def.json @@ -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": {