mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:06:05 +08:00
Set magic_fuzzy_skin_thickness min value to 0.001
CURA-1125
This commit is contained in:
parent
f3d600b72e
commit
6951b78ee0
@ -1953,7 +1953,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"default": 0.3,
|
"default": 0.3,
|
||||||
"min_value": "0",
|
"min_value": "0.001",
|
||||||
"max_value_warning": "wall_line_width_0",
|
"max_value_warning": "wall_line_width_0",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "magic_fuzzy_skin_enabled"
|
"enabled": "magic_fuzzy_skin_enabled"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user