SkillAgentSearch skills...

ConvertSTL

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

Install / Use

/learn @cmpolis/ConvertSTL
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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(s) of .stl to be converted]

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

$ ./convertSTL.rb [filename(s) 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

View on GitHub
GitHub Stars81
CategoryDevelopment
Updated1d ago
Forks27

Languages

Ruby

Security Score

80/100

Audited on Apr 5, 2026

No findings