mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Reduce minimum value for flow to 0.0001%
CuraEngine can handle that. It's not going to extrude anything, but neither is 5% really. Contributes to issue CURA-4506.
This commit is contained in:
parent
b9fe0046f2
commit
4f72f52447
1 changed files with 1 additions and 1 deletions
|
@ -2027,7 +2027,7 @@
|
|||
"default_value": 100,
|
||||
"value": "material_flow",
|
||||
"type": "float",
|
||||
"minimum_value": "5",
|
||||
"minimum_value": "0.0001",
|
||||
"minimum_value_warning": "50",
|
||||
"maximum_value_warning": "150",
|
||||
"settable_per_mesh": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue