added travel_compensate_overlapping_walls_enabled setting

This commit is contained in:
Tim Kuipers 2015-07-01 17:17:20 +02:00
parent a429e362ad
commit 22302534d5

View file

@ -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.",