You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reading a binary STL file, the program crashes with a std::length_error which is caused by the number of triangles being wrongly read from the binary STL file. I suspect that this is a MSB vs LSB issue.
When reading a binary STL file, the program crashes with a std::length_error which is caused by the number of triangles being wrongly read from the binary STL file. I suspect that this is a MSB vs LSB issue.