mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:58:59 +08:00
Allow minimum circumference to be 0
It should just not filter then.
This commit is contained in:
parent
497648ffe7
commit
225d1a2ac1
@ -6220,7 +6220,7 @@
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default_value": 1.0,
|
||||
"minimum_value": "0.001",
|
||||
"minimum_value": "0",
|
||||
"minimum_value_warning": "0.05",
|
||||
"maximum_value_warning": "1.0",
|
||||
"settable_per_mesh": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user