Scroll to navigation

STL_CYLINDER(1) User Commands STL_CYLINDER(1)

NAME

stl_cylinder - stl_cylinder outputs an STL file of a single cylinder.

DESCRIPTION

stl_cylinder outputs an STL file of a single cylinder.

usage: stl_cylinder [ -r <radius> ] [ -h <height> ] [ -s <segments> ] [ <output file> ]

Outputs an stl file of a cylinder with the provided radius, height and number of segments to approximate a circle. If the radius or height are omitted, they default to 1. If segments is omitted, it defaults to 32. If no output file is provided, data is sent to stdout.
December 2017 stl_cylinder v1.1