Merge branch 'CURA-5689_dont_ignore_small_z_gaps_by_default' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2018-09-14 15:44:37 +02:00
commit 41860b1e89

View file

@ -1450,8 +1450,9 @@
"skin_no_small_gaps_heuristic":
{
"label": "Ignore Small Z Gaps",
"description": "If this setting is enabled, it will skip over small vertical gaps. This will save about 5% computation time when generating top / bottom skin, at the cost of possibly exposing infill to the outside.",
"default_value": true,
"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": false,
"limit_to_extruder": "top_bottom_extruder_nr",
"settable_per_mesh": true
},