JSON: bugfix: skin_no_small_gaps_heuristic interpreted the wrong way around

This commit is contained in:
Tim Kuipers 2015-09-09 17:05:11 +02:00
parent 42d8f38cf8
commit 7e01273d87

View File

@ -391,10 +391,10 @@
"visible": false "visible": false
}, },
"skin_no_small_gaps_heuristic": { "skin_no_small_gaps_heuristic": {
"label": "Model has small Z gaps", "label": "Ingore 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.", "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 a case set this setting to false.",
"type": "boolean", "type": "boolean",
"default": false, "default": true,
"visible": false "visible": false
}, },
"skin_alternate_rotation": { "skin_alternate_rotation": {