.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5. .TH STL_CONE "1" "December 2017" "stl_cone v1.1" "User Commands" .SH NAME stl_cone \- stl_cone outputs an STL file of a single cone. .SH DESCRIPTION stl_cone outputs an STL file of a single cone. .PP usage: stl_cone [ \fB\-r\fR ] [ \fB\-t\fR ] [ \fB\-h\fR ] [ \fB\-s\fR ] [ ] .IP Outputs an stl file of a cone with the provided radius, top radius, height and number of segments to approximate a circle. If the radius or height are omitted, they default to 1. The top radius defaults to 0. If top radius is greater than 0, will output a truncated code. If segments is omitted, it defaults to 32. If no output file is provided, data is sent to stdout.