mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 19:35:56 +08:00
Fixed typo in minium_support_area formula
Relates to PP-108
This commit is contained in:
parent
d293a7ae29
commit
ea929fdf46
@ -245,7 +245,7 @@
|
||||
"value": "4*layer_height"
|
||||
},
|
||||
"minimum_support_area": {
|
||||
"value": "pow((0.15+support_offset), 2)"
|
||||
"value": "pow((1.5 + support_offset), 2)"
|
||||
},
|
||||
"support_interface_height": {
|
||||
"value": "2*layer_height"
|
||||
|
Loading…
x
Reference in New Issue
Block a user