mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 01:16:03 +08:00
Default to having 1 skin edge support layer when infill density >= 50.
This commit is contained in:
parent
bc3605dc58
commit
bc924afb64
@ -2041,7 +2041,7 @@
|
|||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"maximum_value": "machine_height",
|
"maximum_value": "machine_height",
|
||||||
"type": "float",
|
"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",
|
"limit_to_extruder": "infill_extruder_nr",
|
||||||
"enabled": "infill_sparse_density > 0",
|
"enabled": "infill_sparse_density > 0",
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user