mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
JSON: bugfix: skin_no_small_gaps_heuristic interpreted the wrong way around
This commit is contained in:
parent
42d8f38cf8
commit
7e01273d87
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue