JSON/profiles: fix: made travel_compensate_overlapping_walls_enabled always true (CURA-983)

This commit is contained in:
Tim Kuipers 2016-03-02 11:10:22 +01:00
parent b225cb5c34
commit 4bde5c176f
15 changed files with 1 additions and 15 deletions

View file

@ -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": {