Skip to content

Program that converts STL from ASCII format to binary and vice versa

License

Notifications You must be signed in to change notification settings

xtsm/stlconvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stlconvert

stlconvert is a program that converts STL from ASCII format to binary and vice versa.

Usage

stlconvert automatically detects input STL type and converts it to the opposite type. Arguments are following:

$ stlconvert INPUT OUTPUT

Example:

$ stlconvert input-ascii.stl output-binary.stl

Building

On Linux, simply call make. After that, you can use stlconvert that was built in the repository root:

$ make
$ ./stlconvert

About

Program that converts STL from ASCII format to binary and vice versa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published