bug with stl2gts
Brought to you by:
popinet
I made a little program to convert "binary STL" to "Text STL", It allow me to use more 3d modeler (CAD softwares).
My programe seem to work, but I've a problem eatch time I try to convert the generated STL file to an GTS file when the model have more than about 300 triangle ...
You will find here my test-files, and the source code of my little program.
try :
stl_bin2stl_txt < piece.stl > out.stl
stl2gts < out.stl
test files and software ...