mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-09 01:51:47 +08:00
split remove_overlapping_perimeters into outer and other
This commit is contained in:
parent
7949385764
commit
cfa55da3db
@ -236,12 +236,30 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"wall_overlap_avoid_enabled": {
|
||||
"label": "Avoid Overlapping Walls",
|
||||
"remove_overlapping_walls_enabled": {
|
||||
"label": "Remove Overlapping Wall Parts",
|
||||
"description": "Remove parts of a wall which share an overlap which would result in overextrusion in some places. These overlaps occur in thin pieces in a model and sharp corners.",
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"visible": false
|
||||
"default": false,
|
||||
"visible": false,
|
||||
"children": {
|
||||
"remove_overlapping_walls_0_enabled": {
|
||||
"label": "Remove Overlapping Outer Wall Parts",
|
||||
"description": "Remove parts of an outer wall which share an overlap which would result in overextrusion in some places. These overlaps occur in thin pieces in a model and sharp corners.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"visible": false,
|
||||
"inherit": true
|
||||
},
|
||||
"remove_overlapping_walls_x_enabled": {
|
||||
"label": "Remove Overlapping Other Wall Parts",
|
||||
"description": "Remove parts of an inner wall which share an overlap which would result in overextrusion in some places. These overlaps occur in thin pieces in a model and sharp corners.",
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"visible": false,
|
||||
"inherit": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"fill_perimeter_gaps":{
|
||||
"label": "Fill Gaps Between Walls",
|
||||
@ -255,7 +273,7 @@
|
||||
"default": "Everywhere",
|
||||
"visible": false,
|
||||
"active_if": {
|
||||
"setting": "wall_overlap_avoid_enabled",
|
||||
"setting": "remove_overlapping_walls_x_enabled",
|
||||
"value": true
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user