mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 08:35:55 +08:00
fix: min warning for skin angle (CURA-3440)
This commit is contained in:
parent
b25a6423df
commit
3047ff26f1
@ -1325,8 +1325,9 @@
|
|||||||
"unit": "°",
|
"unit": "°",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"maximum_value": "90",
|
"minimum_value_warning": "2",
|
||||||
"maximum_value_warning": "45",
|
"maximum_value_warning": "45",
|
||||||
|
"maximum_value": "90",
|
||||||
"default_value": 20,
|
"default_value": 20,
|
||||||
"enabled": "expand_upper_skins or expand_lower_skins",
|
"enabled": "expand_upper_skins or expand_lower_skins",
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user