[CURA-5689] Make 'Ignore Small Z Gaps' false by default. WARNING: Increases default slicing time!

This commit is contained in:
Remco Burema 2018-09-14 13:49:56 +02:00
parent c59ff82c64
commit 0ff893c349

View file

@ -1438,7 +1438,7 @@
"label": "Ignore Small Z Gaps",
"description": "When the model has small vertical gaps, about 5% extra computation time can be spent on generating top and bottom skin in these narrow spaces. In such case, disable the setting.",
"type": "bool",
"default_value": true,
"default_value": false,
"limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true
},