Fixed typo in minium_support_area formula

Relates to PP-108
This commit is contained in:
p.kuiper 2022-06-08 08:42:00 +02:00
parent d293a7ae29
commit ea929fdf46

View file

@ -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"