mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
bugfix: avoid overlapping walls OFF by default
This commit is contained in:
parent
2486030584
commit
414047d768
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@
|
|||
"label": "Avoid Overlapping Walls",
|
||||
"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,
|
||||
"default": false,
|
||||
"visible": false
|
||||
},
|
||||
"top_bottom_pattern": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue