mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 21:09:15 +08:00
fix: type fix for last commit (CURA-3440)
This commit is contained in:
parent
b03ac3ea78
commit
5e782ae85b
@ -1340,7 +1340,7 @@
|
|||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 2.24,
|
"default_value": 2.24,
|
||||||
"value": "top_layers * layer_height / math.tan(math.radians(min_skin_angle_for_expansion))",
|
"value": "top_layers * layer_height / math.tan(math.radians(max_skin_angle_for_expansion))",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"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