mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 17:12:56 +00:00
Fix cut() test
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user