mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
cut_mesh(): new parameter to optionally not triangulate the caps.
This commit is contained in:
parent
66cf7ea9d3
commit
e952aded78
2 changed files with 33 additions and 28 deletions
|
@ -76,7 +76,8 @@ void cut_mesh(
|
|||
const indexed_triangle_set &mesh,
|
||||
float z,
|
||||
indexed_triangle_set *upper,
|
||||
indexed_triangle_set *lower);
|
||||
indexed_triangle_set *lower,
|
||||
bool triangulate_caps = true);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue