mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 15:21:15 -07:00
Allow minimum circumference to be 0
It should just not filter then.
This commit is contained in:
parent
497648ffe7
commit
225d1a2ac1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue