mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Set default for sanding flow to 10%
30% is way too much. 10% is a bit much too I think but it produces nice results in the long run. 5% is too little. Contributes to issue CURA-3903.
This commit is contained in:
parent
762dbe44b5
commit
f9b792ef76
1 changed files with 1 additions and 1 deletions
|
@ -5423,7 +5423,7 @@
|
|||
"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,
|
||||
"default_value": 10.0,
|
||||
"minimum_value": "0",
|
||||
"maximum_value_warning": "50",
|
||||
"enabled": "sanding_enabled",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue