GitXplorerGitXplorer
x

stlconvert

public
5 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
45f884db039ca73009a27e011232b431d2b48024

removed accidental debugging output

xxtsm committed 6 years ago
Unverified
61bb9cc233393278a1fee1d8cdf96f68a321916c

added polygon counter on finish

xxtsm committed 6 years ago
Unverified
4368e845ba47f84fa38427d3d535c95b2ab7563e

updated gitignore

xxtsm committed 6 years ago
Verified
7ec61719f94a612d9f156763413264cb81adcc1b

Create README.md

xxtsm committed 6 years ago
Unverified
eb54343dbddf89e43d9c4c153912e379df374c52

Merge branch 'master' of github.com:xtsm/stlconvert

xxtsm committed 6 years ago
Verified
35f1b90324f6a0cb255d01d1e8f9ddf88953cb6b

Initial commit

xxtsm committed 6 years ago

README

The README file for this repository.

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