mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 13:39:02 +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",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 1.0,
|
"default_value": 1.0,
|
||||||
"minimum_value": "0.001",
|
"minimum_value": "0",
|
||||||
"minimum_value_warning": "0.05",
|
"minimum_value_warning": "0.05",
|
||||||
"maximum_value_warning": "1.0",
|
"maximum_value_warning": "1.0",
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user