JSON feat: settings split: Compensate Overlapping wall parts ==> outer ; inner wall parts (CURA-995)

This commit is contained in:
Tim Kuipers 2016-05-04 15:10:41 +02:00
parent a0838256e2
commit 4aaa528ea2

View file

@ -497,7 +497,25 @@
"description": "Compensate the flow for parts of a wall being printed where there is already a wall in place.", "description": "Compensate the flow for parts of a wall being printed where there is already a wall in place.",
"type": "boolean", "type": "boolean",
"default": true, "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": { "xy_offset": {
"label": "Horizontal Expansion", "label": "Horizontal Expansion",