mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Fixed typo in minium_support_area formula
Relates to PP-108
This commit is contained in:
parent
d293a7ae29
commit
ea929fdf46
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue