mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 08:55:54 +08:00
feat: spaghetti_flow setting (CURA-3238)
This commit is contained in:
parent
647ff3403e
commit
935ee141d4
@ -1134,6 +1134,18 @@
|
|||||||
"enabled": "infill_sparse_density > 0 and spaghetti_infill_enabled",
|
"enabled": "infill_sparse_density > 0 and spaghetti_infill_enabled",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
"spaghetti_flow":
|
||||||
|
{
|
||||||
|
"label": "Spaghetti Flow",
|
||||||
|
"description": "Adjusts the density of the spaghetti infill. Note that the Infill Density only controls the line spacing of the filling pattern, not the amount of extrusion for spaghetti infill.",
|
||||||
|
"unit": "%",
|
||||||
|
"type": "float",
|
||||||
|
"default_value": 20,
|
||||||
|
"minimum_value": "0",
|
||||||
|
"maximum_value_warning": "100",
|
||||||
|
"enabled": "infill_sparse_density > 0 and spaghetti_infill_enabled",
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
"sub_div_rad_mult":
|
"sub_div_rad_mult":
|
||||||
{
|
{
|
||||||
"label": "Cubic Subdivision Radius",
|
"label": "Cubic Subdivision Radius",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user