mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 22:05:56 +08: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
@ -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…
x
Reference in New Issue
Block a user