mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
fix: min warning for skin angle (CURA-3440)
This commit is contained in:
parent
b25a6423df
commit
3047ff26f1
1 changed files with 2 additions and 1 deletions
|
@ -1325,8 +1325,9 @@
|
|||
"unit": "°",
|
||||
"type": "float",
|
||||
"minimum_value": "0",
|
||||
"maximum_value": "90",
|
||||
"minimum_value_warning": "2",
|
||||
"maximum_value_warning": "45",
|
||||
"maximum_value": "90",
|
||||
"default_value": 20,
|
||||
"enabled": "expand_upper_skins or expand_lower_skins",
|
||||
"settable_per_mesh": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue