From bbc0b0e54c68d5279c5af6e0667369b33a6ee681 Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Thu, 20 Aug 2020 17:08:03 +0200 Subject: [PATCH] Rename libArachne settings to use user-friendly terminology I am leaving the descriptions to contain the word "beading" so that the related settings can easily be found during testing. CURA-7555 --- resources/definitions/fdmprinter.def.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 6f747436b5..db202a70c6 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1055,7 +1055,7 @@ }, "beading_strategy_type": { - "label": "Beading Strategy", + "label": "Variable Line Strategy", "description": "Beading strategy used by libArachne to generate walls.", "type": "enum", "options": @@ -1065,12 +1065,12 @@ "distributed": "Distributed", "inward_distributed": "Inward Distributed" }, - "default_value": "naive", + "default_value": "distributed", "limit_to_extruder": "wall_0_extruder_nr" }, "widening_beading_enabled": { - "label": "Enable Widening Beading", + "label": "Enable Variable Line Widening", "description": "Applies the Widening Beading meta-strategy on top of the selected beading strategy.", "type": "bool", "default_value": false, @@ -1078,12 +1078,11 @@ }, "min_bead_width": { - "label": "Minimum Bead Width", - "description": "Minimum Bead Width.", + "label": "Minimum Wall Line Width", + "description": "Minimum Bead Width. Used in the Widening Beading meta-strategy.", "unit": "mm", "value": "wall_line_width / 2", "minimum_value": "0", - "minimum_value_warning": "wall_line_width / 2", "maximum_value": "wall_line_width", "type": "float", "limit_to_extruder": "wall_0_extruder_nr", @@ -1092,11 +1091,10 @@ "min_feature_size": { "label": "Minimum Feature Size", - "description": "Minimum Feature Size.", + "description": "Minimum Feature Size. Used in the Widening Beading meta-strategy.", "unit": "mm", "value": "wall_line_width / 2", "minimum_value": "0", - "minimum_value_warning": "wall_line_width / 2", "maximum_value": "wall_line_width", "type": "float", "limit_to_extruder": "wall_0_extruder_nr",