mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Default to having 1 skin edge support layer when infill density >= 50.
This commit is contained in:
parent
bc3605dc58
commit
bc924afb64
1 changed files with 1 additions and 1 deletions
|
@ -2041,7 +2041,7 @@
|
|||
"minimum_value": "0",
|
||||
"maximum_value": "machine_height",
|
||||
"type": "float",
|
||||
"value": "resolveOrValue('infill_sparse_thickness') * 4 if infill_sparse_density < 50 else 0",
|
||||
"value": "resolveOrValue('infill_sparse_thickness') * (4 if infill_sparse_density < 50 else 1)",
|
||||
"limit_to_extruder": "infill_extruder_nr",
|
||||
"enabled": "infill_sparse_density > 0",
|
||||
"settable_per_mesh": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue