mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 08:47:50 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@
|
|||
"label": "Top Layers",
|
||||
"description": "This controls the amount of top layers.",
|
||||
"min_value": "0",
|
||||
"default": 6,
|
||||
"default": 8,
|
||||
"type": "int",
|
||||
"visible": false,
|
||||
"inherit_function": "0 if infill_sparse_density == 100 else math.ceil(parent_value / layer_height)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue