From 4aaa528ea2e2382c62df5ebbe9a2e430b1d6478f Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Wed, 4 May 2016 15:10:41 +0200 Subject: [PATCH] JSON feat: settings split: Compensate Overlapping wall parts ==> outer ; inner wall parts (CURA-995) --- resources/machines/fdmprinter.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 263913c9a4..ef9dab1673 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -497,7 +497,25 @@ "description": "Compensate the flow for parts of a wall being printed where there is already a wall in place.", "type": "boolean", "default": true, - "visible": false + "visible": false, + "children": { + "travel_compensate_overlapping_walls_0_enabled": { + "label": "Compensate Outer Wall Overlaps", + "description": "Compensate the flow for parts of an outer wall being printed where there is already a wall in place.", + "type": "boolean", + "default": true, + "visible": false, + "inherit_function": "parent_value" + }, + "travel_compensate_overlapping_walls_x_enabled": { + "label": "Compensate Inner Wall Overlaps", + "description": "Compensate the flow for parts of an inner wall being printed where there is already a wall in place.", + "type": "boolean", + "default": true, + "visible": false, + "inherit_function": "parent_value" + } + } }, "xy_offset": { "label": "Horizontal Expansion",