mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 04:07:57 -06:00
Add flow rate for sanding
Let's see how this works out. Contributes to issue CURA-3903.
This commit is contained in:
parent
33dccc1340
commit
a58926263c
1 changed files with 12 additions and 0 deletions
|
@ -5363,6 +5363,18 @@
|
||||||
"default_value": "lines",
|
"default_value": "lines",
|
||||||
"enabled": "sanding_enabled",
|
"enabled": "sanding_enabled",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
|
"sanding_flow":
|
||||||
|
{
|
||||||
|
"label": "Sanding Flow",
|
||||||
|
"description": "The amount of material, relative to a normal skin line, to extrude during sanding. Keeping the nozzle filled helps filling some of the crevices of the top surface, but too much results in overextrusion and blips on the side of the surface.",
|
||||||
|
"type": "float",
|
||||||
|
"unit": "%",
|
||||||
|
"default_value": 30.0,
|
||||||
|
"minimum_value": "0",
|
||||||
|
"maximum_value_warning": "50",
|
||||||
|
"enabled": "sanding_enabled",
|
||||||
|
"settable_per_mesh": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue