react-stl-viewer icon indicating copy to clipboard operation
react-stl-viewer copied to clipboard

Support of text STL format

Open maxistar opened this issue 2 months ago • 0 comments

The STL file can be in two types: binary and text now I can render binary format only it would be nice if text format also would be supported.

openscad -o model.stl model.scad - created STL in text format by default openscad --export-format binstl -o model.stl model.scad - created STL in text format by default

Is it possible to support text format as well?

maxistar avatar Oct 24 '25 16:10 maxistar