mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 20:57:49 -06:00
JSON feat: settings split: Compensate Overlapping wall parts ==> outer ; inner wall parts (CURA-995)
This commit is contained in:
parent
a0838256e2
commit
4aaa528ea2
1 changed files with 19 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue