From 9f3aef02a2314e9039e931bb0edabaffd4ab8fea Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 27 Aug 2021 12:10:01 +0200 Subject: [PATCH] Give min_bead_width a default_value According to our specification, every setting needs to have a default_value. As is, this setting prevents you from using the command line debug mode. --- resources/definitions/fdmprinter.def.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 9be1d30fca..e674d6c281 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1265,6 +1265,7 @@ "description": "Width of the wall that will replace thin features (according to the Minimum Feature Size) of the model. If the Minimum Wall Line Width is thinner than the thickness of the feature, the wall will become as thick as the feature itself.", "unit": "mm", "value": "wall_line_width_0 / 2", + "default_value": "0.2", "minimum_value": "0.001", "minimum_value_warning": "min_feature_size", "maximum_value_warning": "wall_line_width_0",