mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 02:58:59 +08:00
JSON feat: settings split: Compensate Overlapping wall parts ==> outer ; inner wall parts (CURA-995)
This commit is contained in:
parent
a0838256e2
commit
4aaa528ea2
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user