From dcc6003a927a2ad7a883be46e4f9467828f70dfe Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 8 Nov 2018 12:50:00 +0100 Subject: [PATCH] Allow negative support interface offsets There is no technical reason why this is not allowed. You could save some material with this. Contributes to issue CURA-5880. --- resources/definitions/fdmprinter.def.json | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 23dc49418b..d845f80e14 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4384,7 +4384,6 @@ "description": "Amount of offset applied to the support interface polygons.", "unit": "mm", "type": "float", - "minimum_value": "0", "default_value": 0.0, "limit_to_extruder": "support_interface_extruder_nr", "enabled": "support_interface_enable and (support_enable or support_tree_enable)",