Skip to content

A utility for converting STL files between ASCII and binary encoding.

Notifications You must be signed in to change notification settings

joinway/convertSTL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

convertSTL

A utility for converting STL files between ASCII and binary encoding. I wrote this to save disk space and bandwidth when handling STL files. Some modeling programs include this functionality, but it is nice to have something that is more lightweight and can be called from a command line.

USAGE

$ ruby convertSTL.rb [filename of .stl to be converted]

or 'chmod +x' the script and run as:

$ ./convertSTL.rb [filename of .stl to be converted]

The script will then translate the STL to the opposite encoding and save it as either -ascii.stl or -binary.stl

AUTHOR

Created by Chris Polis(@ChrisPolis) under the MIT License

About

A utility for converting STL files between ASCII and binary encoding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%