Skip to content

Commit d0e26c9

Browse files
author
Carsten Arnholm
committed
README update on svg option
1 parent 2ad982e commit d0e26c9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ The xcsg application takes an input .xcsg file, compiles its data into a solid m
77

88
$ xcsg --help
99

10-
xcsg command line options & arguments (v1.0-04):
11-
-h [ --help ] Show this help message.
12-
-v [ --version ] Show program version (numeric part).
13-
--amf AMF output file format (Additive Manufacturing Format)
14-
--csg CSG output file format (OpenSCAD)
15-
--dxf DXF output file format (AutoCAD DXF - 2D only)
16-
--stl STL output file format (STereoLitography)
17-
--astl STL output file format (STereoLitography) - ASCII
18-
--obj OBJ output file format (Wavefront format)
19-
--off OFF output file format (Geomview Object File Format)
20-
<xcsg-file> path to input .xcsg file (required)
21-
10+
xcsg command line options & arguments (v1.0-04):
11+
-h [ --help ] Show this help message.
12+
-v [ --version ] Show program version (numeric part).
13+
--amf AMF output format (Additive Manufacturing Format)
14+
--csg CSG output format (OpenSCAD)
15+
--dxf DXF output format (AutoCAD DXF - 2D only)
16+
--svg SVG output format (Scalar Vector Graphics - 2D only)
17+
--stl STL output format (STereoLitography)
18+
--astl STL output format (STereoLitography) - ASCII
19+
--obj OBJ output format (Wavefront format)
20+
--off OFF output format (Geomview Object File Format)
21+
<xcsg-file> path to input .xcsg file (required)
2222

2323
### example
2424
To compute the difference between a cube and a sphere and store the result as STL

0 commit comments

Comments
 (0)