mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:49:00 +08:00
JSON: default top/bottom layers back to 6
This commit is contained in:
parent
5b5b02f599
commit
bed540e912
@ -406,7 +406,7 @@
|
|||||||
"default": 0.8,
|
"default": 0.8,
|
||||||
"min_value": 0,
|
"min_value": 0,
|
||||||
"max_value": 5,
|
"max_value": 5,
|
||||||
"min_value_warning": 0.4,
|
"min_value_warning": 0.6,
|
||||||
"max_value_warning": 1,
|
"max_value_warning": 1,
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
@ -424,7 +424,7 @@
|
|||||||
"label": "Top Layers",
|
"label": "Top Layers",
|
||||||
"description": "This controls the amount of top layers.",
|
"description": "This controls the amount of top layers.",
|
||||||
"min_value": 0,
|
"min_value": 0,
|
||||||
"default": 8,
|
"default": 6,
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit_function": "math.ceil(parent_value / layer_height)"
|
"inherit_function": "math.ceil(parent_value / layer_height)"
|
||||||
@ -436,7 +436,7 @@
|
|||||||
"description": "This controls the thickness of the bottom layers. The number of solid layers printed is calculated from the layer thickness and this value. Having this value be a multiple of the layer thickness makes sense. And keep it near to your wall thickness to make an evenly strong part.",
|
"description": "This controls the thickness of the bottom layers. The number of solid layers printed is calculated from the layer thickness and this value. Having this value be a multiple of the layer thickness makes sense. And keep it near to your wall thickness to make an evenly strong part.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"min_value": 0,
|
"min_value": 0,
|
||||||
"default": 0.8,
|
"default": 0.6,
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"children": {
|
"children": {
|
||||||
@ -444,7 +444,7 @@
|
|||||||
"label": "Bottom Layers",
|
"label": "Bottom Layers",
|
||||||
"description": "This controls the amount of bottom layers.",
|
"description": "This controls the amount of bottom layers.",
|
||||||
"min_value": 0,
|
"min_value": 0,
|
||||||
"default": 8,
|
"default": 6,
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit_function": "math.ceil(parent_value / layer_height)"
|
"inherit_function": "math.ceil(parent_value / layer_height)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user