mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
added travel_compensate_overlapping_walls_enabled setting
This commit is contained in:
parent
a429e362ad
commit
22302534d5
1 changed files with 7 additions and 0 deletions
|
@ -261,6 +261,13 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"travel_compensate_overlapping_walls_enabled": {
|
||||
"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,
|
||||
"visible": false
|
||||
},
|
||||
"fill_perimeter_gaps":{
|
||||
"label": "Fill Gaps Between Walls",
|
||||
"description": "Fill the gaps created by walls where they would otherwise be overlapping. This will also fill thin walls. Optionally only the gaps occurring within the top and bottom skin can be filled.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue