diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-24 02:51:15 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-24 02:51:15 (GMT) |
commit | e82b056e811f7a72e7fb94ecbc1683420831b05e (patch) | |
tree | 87ee9f9ce2e660429115b0cabaee5ff78fa6429f /doc | |
parent | 2e65c6ddc5c73bfd3b76650c26268b5f54f7cd40 (diff) |
basic parse of .png output filename. basic command line option "--render"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openscad.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/openscad.1 b/doc/openscad.1 index a4c03dd..7fd911d 100644 --- a/doc/openscad.1 +++ b/doc/openscad.1 @@ -40,6 +40,9 @@ More than one \fB-D\fP options can be given. .TP .B \-v, \-\-version Show version of program. +.TP +.B \-\-render +If exporting an image, use a full CGAL render. (Default is an OpenCSG compile) .SH AUTHOR OpenSCAD was written by Clifford Wolf, Marius Kintel, and others. .PP |