From b79e6d3f3250445b89d1ea4896137cde561de384 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Thu, 10 Mar 2022 12:14:17 +0100 Subject: [PATCH] rename old Min Wall Line Width It had the same name as the new Min Wall Line Width setting. The old Min Wall Line Width was only used for the outer wall. --- 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 48a7551621..fdf29b9638 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1301,7 +1301,7 @@ }, "min_bead_width": { - "label": "Minimum Wall Line Width", + "label": "Minimum Thin Wall Line Width", "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": "machine_nozzle_size * .75",