mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Set magic_fuzzy_skin_thickness min value to 0.001
CURA-1125
This commit is contained in:
parent
f3d600b72e
commit
6951b78ee0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue