mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:58:59 +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",
|
||||
"unit": "mm",
|
||||
"default": 0.3,
|
||||
"min_value": "0",
|
||||
"min_value": "0.001",
|
||||
"max_value_warning": "wall_line_width_0",
|
||||
"visible": false,
|
||||
"enabled": "magic_fuzzy_skin_enabled"
|
||||
|
Loading…
x
Reference in New Issue
Block a user