/convSTL

A simple python script to convert STL files between ASCII and Binary

Primary LanguagePythonMIT LicenseMIT

convSTL.py

A simple python script to convert STL files between ASCII and Binary

Usage

  1. Download the convSTL.py file into the same directory as STL file

  2. Run the script

    $ python3 ./convSTL.py file-to-convert.stl filename-to-save-to*

*The second argument is optional. It also does not require an extension.