From 3d81ff7e91c5ace7355bf9340c15506251333893 Mon Sep 17 00:00:00 2001
From: "p.kuiper"
Date: Wed, 10 Nov 2021 11:18:14 +0100
Subject: [PATCH] PP-60: New min_bead_width formula based on the width the
outer wall can become. Removed default value.
---
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 505263935c..9aaf0f5c2d 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1262,7 +1262,6 @@
"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 * (100.0 + wall_split_middle_threshold)/200",
- "default_value": "0.2",
"minimum_value": "0.001",
"minimum_value_warning": "min_feature_size",
"maximum_value_warning": "wall_line_width_0",