From 22302534d57855bdfe1dcfd96589d447f98b63bb Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 1 Jul 2015 17:17:20 +0200 Subject: [PATCH] added travel_compensate_overlapping_walls_enabled setting --- resources/settings/fdmprinter.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/settings/fdmprinter.json b/resources/settings/fdmprinter.json index 40f3849349..200b09c489 100644 --- a/resources/settings/fdmprinter.json +++ b/resources/settings/fdmprinter.json @@ -261,6 +261,13 @@ } } }, + "travel_compensate_overlapping_walls_enabled": { + "label": "Compensate Wall Overlaps", + "description": "Compensate the flow for parts of a wall being laid down where there already is a piece of a wall. These overlaps occur in thin pieces in a model. Gcode generation might be slowed down considerably.", + "type": "boolean", + "default": false, + "visible": false + }, "fill_perimeter_gaps":{ "label": "Fill Gaps Between Walls", "description": "Fill the gaps created by walls where they would otherwise be overlapping. This will also fill thin walls. Optionally only the gaps occurring within the top and bottom skin can be filled.",