mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:39:07 +08: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
@ -2027,7 +2027,7 @@
|
|||||||
"default_value": 100,
|
"default_value": 100,
|
||||||
"value": "material_flow",
|
"value": "material_flow",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"minimum_value": "5",
|
"minimum_value": "0.0001",
|
||||||
"minimum_value_warning": "50",
|
"minimum_value_warning": "50",
|
||||||
"maximum_value_warning": "150",
|
"maximum_value_warning": "150",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user