mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 16:21:24 -06:00
Fix cut() test
This commit is contained in:
parent
4f5d9ca795
commit
334bc4c581
2 changed files with 10 additions and 4 deletions
|
@ -236,6 +236,8 @@ stl_rotate(float *x, float *y, float angle)
|
|||
extern void
|
||||
stl_get_size(stl_file *stl)
|
||||
{
|
||||
if (stl->stats.number_of_facets == 0) return;
|
||||
|
||||
int i;
|
||||
int j;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue