Allow minimum circumference to be 0

It should just not filter then.
This commit is contained in:
Ghostkeeper 2019-10-07 15:25:49 +02:00
parent 497648ffe7
commit 225d1a2ac1
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

@ -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,