diff options
author | Marius Kintel <marius@kintel.net> | 2011-10-20 13:15:50 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-10-20 13:15:50 (GMT) |
commit | 3647f2ebee7df8463ff6af77023e926729931a1a (patch) | |
tree | 0e78c1df9f69b583b1a86a70616a86b7af154d08 | |
parent | 038767f6a601399d2e6792019f2ae2c326e04bec (diff) |
Changed cmd-line parameters for file output
-rw-r--r-- | RELEASE_NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index e647237..aaeddb1 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -27,6 +27,7 @@ o dxf_linear_extrude() and dxf_rotate_extrude() are now deprecated. o The file, layer, origin and scale parameters to linear_extrude() and rotate_extrude() are now deprecated. Use an import() child instead. o import_dxf(), import_stl() and import_off() are now deprecated. Use import() instead. +o When exporting geometry from the cmd-line, use the universal -o option. It will export to the correct file format based on the given suffix (dxf, stl, off). OpenSCAD 2011.06 ================ |