mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-07 07:28:59 +08:00
JSON: bugfix: skin_no_small_gaps_heuristic interpreted the wrong way around
This commit is contained in:
parent
42d8f38cf8
commit
7e01273d87
@ -391,10 +391,10 @@
|
||||
"visible": false
|
||||
},
|
||||
"skin_no_small_gaps_heuristic": {
|
||||
"label": "Model has 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.",
|
||||
"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. In such a case set this setting to false.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"default": true,
|
||||
"visible": false
|
||||
},
|
||||
"skin_alternate_rotation": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user