mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
JSON/profiles: fix: made travel_compensate_overlapping_walls_enabled always true (CURA-983)
This commit is contained in:
parent
b225cb5c34
commit
4bde5c176f
15 changed files with 1 additions and 15 deletions
|
@ -467,7 +467,7 @@
|
|||
"label": "Compensate Wall Overlaps",
|
||||
"description": "Compensate the flow for parts of a wall being laid down where there already is a piece of a wall. These overlaps occur in thin pieces in a model. Gcode generation might be slowed down considerably.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"default": true,
|
||||
"visible": false
|
||||
},
|
||||
"fill_perimeter_gaps": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue