Re-add support for ASCII FIles
Opened this issue · 2 comments
bao-create commented
Is it possible to re-add the support for ASCII STL files even if there is an associated time penalty? Thanks!
akaszynski commented
Yes, it's possible, but the library this is based off doesn't read ASCII files. I can add it in, but it might take some time until I get around to it.
bao-create commented
Hey Alex, Thanks for responding. You recently added a type check for binary vs ASCII files before passing to the reader. What was the behavior if ascii was passed to the reader before that check?