mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 23:01:10 -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",
|
||||
"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…
Add table
Add a link
Reference in a new issue