mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-07 05:31:49 +08:00
JSON: made top_layers default coincide with its inherited value when parent is set to default
This commit is contained in:
parent
f9be4def09
commit
d5e646ce3d
@ -301,7 +301,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": 6,
|
"default": 8,
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit_function": "0 if infill_sparse_density == 100 else math.ceil(parent_value / layer_height)"
|
"inherit_function": "0 if infill_sparse_density == 100 else math.ceil(parent_value / layer_height)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user