mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:45:55 +08: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
@ -1971,7 +1971,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"unit": "1/mm",
|
"unit": "1/mm",
|
||||||
"default": 1.25,
|
"default": 1.25,
|
||||||
"min_value": "0",
|
"min_value": "0.008",
|
||||||
"min_value_warning": "0.1",
|
"min_value_warning": "0.1",
|
||||||
"max_value_warning": "10",
|
"max_value_warning": "10",
|
||||||
"max_value": "2 / magic_fuzzy_skin_thickness",
|
"max_value": "2 / magic_fuzzy_skin_thickness",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user