mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 04:41:06 -07:00
JSON: reintroduced moved skin_no_small_gaps_heuristic (CURA-1309)
Changes made by Jeroen to setting which changed order
This commit is contained in:
parent
50aa14fc16
commit
4501ec98b7
1 changed files with 7 additions and 0 deletions
|
|
@ -498,6 +498,13 @@
|
||||||
"default": "lines",
|
"default": "lines",
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
|
"skin_no_small_gaps_heuristic": {
|
||||||
|
"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 a case set this setting to false.",
|
||||||
|
"type": "boolean",
|
||||||
|
"default": true,
|
||||||
|
"visible": false
|
||||||
|
},
|
||||||
"skin_alternate_rotation": {
|
"skin_alternate_rotation": {
|
||||||
"label": "Alternate Skin Rotation",
|
"label": "Alternate Skin Rotation",
|
||||||
"description": "Alternate the direction in which the top/bottom layers are printed. Normally they are printed diagonally only. This setting adds the X-only and Y-only directions.",
|
"description": "Alternate the direction in which the top/bottom layers are printed. Normally they are printed diagonally only. This setting adds the X-only and Y-only directions.",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue