Releases: AllwineDesigns/stl_cmd
v1.2
Updated stl_boolean's help text to make it clear that difference means 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.
Properly install stl_boolean
Added $ALL_CMDS variable to Makefile to include commands that require csgjs, currently only stl_boolean.
First official release
- v1.0 release with the following commands
- stl_empty
- stl_cube
- stl_sphere
- stl_cylinder
- stl_cone
- stl_torus
- stl_threads
- stl_header
- stl_count
- stl_normals
- stl_bbox
- stl_convex
- stl_borders
- stl_spreadsheet
- stl_merge
- stl_transform
- stl_boolean