How to slice a STL file and save the resultant STL file?

Is it writing the output as ASCII files instead of binary? Try the SetFileTypeToBinary method to specify binary output files.

1 Like