From 35dd4e019369f110550b568b0640e55879107484 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Mon, 10 Aug 2015 14:12:03 +0200 Subject: [PATCH] JSON: feat: support expansion offset --- resources/settings/fdmprinter.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/settings/fdmprinter.json b/resources/settings/fdmprinter.json index 9d721c38f5..47d3ccee48 100644 --- a/resources/settings/fdmprinter.json +++ b/resources/settings/fdmprinter.json @@ -1758,6 +1758,14 @@ "default": 2, "visible": false }, + "support_offset": { + "label": "Horizontal Expansion", + "description": "Amount of offset applied all support polygons in each layer. Positive values can smooth out the support areas and result in more sturdy support.", + "unit": "mm", + "type": "float", + "default": 1.0, + "visible": false + }, "support_area_smoothing": { "label": "Area Smoothing", "description": "Maximal distance in the X/Y directions of a line segment which is to be smoothed out. Ragged lines are introduced by the join distance and support bridge, which cause the machine to resonate. Smoothing the support areas won't cause them to break with the constraints, except it might change the overhang.",