mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 02:58:59 +08:00
JSON fix: default mold width: 5mm (CURA-3512)
This commit is contained in:
parent
a4272bf7be
commit
e4a1d4dce2
@ -4138,7 +4138,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"minimum_value_warning": "wall_line_width_0 * 2",
|
"minimum_value_warning": "wall_line_width_0 * 2",
|
||||||
"maximum_value_warning": "100",
|
"maximum_value_warning": "100",
|
||||||
"default_value": 0,
|
"default_value": 5,
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
"enabled": "mold_enabled"
|
"enabled": "mold_enabled"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user