Skip to content

Tags: AllwineDesigns/stl_cmd

Tags

v1.2

Toggle v1.2's commit message
Updated stl_boolean's help text to make it clear that difference mean…

…s minus (subtraction).

New commands:

* stl_ascii - convert binary STL to ASCII STL
* stl_binary - convert ASCII STL to binary STL

* stl_area - calculates and prints the total surface area of all triangles in an STL file
* stl_volume - calculates and prints the total volume enclosed by the triangles in an STL file

* stl_cylinders - generate multiple cylinders using a custom binary input file of line segments that define the central axis of the cylinders.

* stl_bcylinder - print bounding cylinder information about an STL file.

* stl_decimate - simplify an STL mesh file.

* stl_flat - orient the largest surface that can lay flat along the negative Z axis.
* stl_zero - center an STL file at the origin.

v1.1

Toggle v1.1's commit message
incremented $VERSION and updated CHANGES

v1.0

Toggle v1.0's commit message
added CHANGES as a changelog