stl_io icon indicating copy to clipboard operation
stl_io copied to clipboard

Allow `create_stl_reader` to use readers that don't implement Seek

Open unlimitedbacon opened this issue 2 years ago • 2 comments

I have a request for my program to take input from stdin (which is not seekable) instead of a file. As it stands, I must read all the STL data into a buffer that implements Seek, before passing it to create_stl_reader. It would be nice if this requirement could be removed.

unlimitedbacon avatar May 30 '22 03:05 unlimitedbacon