An STL converter written in C++ that makes use of the standard C++ library. The converter takes in two arguments, the file you are looking to convert and where to save the converted version.
git clone https://github.com/Jdiaz031/AnotherSTLConverter.git
cd AnotherSTLConverter
g++ main_desktop.cpp ReadingSTL.cpp ReadingSTL.h -o convertSTL
sudo mv convertSTL /bin/
cd ..
rm AnotherSTLConverter/ -r
In order to run the converter, use the following format in terminal.
convertSTL /path/to/STL/file /path/to/save/STL/file