Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
arnholm authored Aug 30, 2020
1 parent 4696bd8 commit 4dc9441
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions csg_parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

csg_parser is a library for parsing an OpenSCAD .csg file and converting it to .xcsg format.

Normally, the xcsg application is called with an .xcsg input file, generated by the AngelCAD script compiler 'as_csg':
Normally, the *xcsg* application is called with an .xcsg input file, generated by the AngelCAD script compiler *as_csg*:

$ as_csg inputfile.as
$ xcsg --stl inputfile.xcsg
Expand All @@ -11,8 +11,8 @@ The csg_parser library is integrated into the xcsg application, so it is also po

$ xcsg --stl inputfile.csg

Given an OpenSCAD inputfile.scad file, it must first be converted to .csg:
Given an OpenSCAD inputfile.scad file, it must first be converted to .csg using OpenSCAD:

$ openscad --o inputfile.csg inputfile.scad
$ xcsg --stl inputfile.xcsg
$ openscad inputfile.scad --o inputfile.csg
$ xcsg --stl inputfile.csg

0 comments on commit 4dc9441

Please sign in to comment.