From c18f37b0f3a3a41d7cd3a0c862278e438dbcb79e Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 6 Aug 2021 17:05:27 +0200 Subject: [PATCH] Add wall_distribution_count CURA-8458 --- resources/definitions/fdmprinter.def.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 8a5ce7e8b3..40ff57f234 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1115,6 +1115,15 @@ "maximum_value_warning": "2 * line_width", "maximum_value": "min_bead_width * 3 * math.pi" }, + "wall_distribution_count": + { + "label": "Wall Distribution Count", + "description": "The number of walls, counted from the center, over which the variation needs to be spread. Lower values mean that the outer walls don't change in width.", + "type": "int", + "default_value": 2, + "minimum_value": "1", + "enabled": "beading_strategy_type == 'inward_distributed'" + }, "wall_transition_angle": { "label": "Wall Transition Angle",