Skip to content

Releases: AllwineDesigns/stl_cmd

v1.2

28 Oct 17:11
Compare
Choose a tag to compare

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

30 Dec 04:25
Compare
Choose a tag to compare

Added $ALL_CMDS variable to Makefile to include commands that require csgjs, currently only stl_boolean.

First official release

18 Dec 18:54
Compare
Choose a tag to compare
  • 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