From 66dbf8788ed4b3bdaa379a02e0d22a7cc495bebc Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Fri, 23 Oct 2020 17:11:21 +0200 Subject: [PATCH] Make the maximum_value into a maximum_value_warning in Minimum Wall Line Width We don't have to limit the users to the maximum yet. CURA-7682 --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 17976afdfd..4f650c7deb 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1367,7 +1367,7 @@ "value": "wall_line_width_0", "minimum_value": "0.5 * machine_nozzle_size", "minimum_value_warning": "min_feature_size", - "maximum_value": "wall_line_width_0", + "maximum_value_warning": "wall_line_width_0", "type": "float", "limit_to_extruder": "wall_0_extruder_nr", "enabled": "fill_outline_gaps"