mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
JSON: fix min_value for magic_fuzzy_skin_point_density (CURA-1225)
value is based on firmware flood limit based on baudrate
This commit is contained in:
parent
981e3f3851
commit
82d3c19fe1
1 changed files with 1 additions and 1 deletions
|
@ -1971,7 +1971,7 @@
|
|||
"type": "float",
|
||||
"unit": "1/mm",
|
||||
"default": 1.25,
|
||||
"min_value": "0",
|
||||
"min_value": "0.008",
|
||||
"min_value_warning": "0.1",
|
||||
"max_value_warning": "10",
|
||||
"max_value": "2 / magic_fuzzy_skin_thickness",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue