Skip to content

Commit

Permalink
Added display of duplicate facets with -g.
Browse files Browse the repository at this point in the history
  • Loading branch information
revarbat committed Oct 20, 2015
1 parent e39a3a8 commit 453fdab
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 133 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ docs/_build/

# PyBuilder
target/

# Rope
.ropeproject/

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Optional arguments | What it does
-v, --verbose | Show verbose output.
-c, --check-manifold | Perform manifold validation of model.
-g, --gui-display | Show non-manifold edges in GUI. (using OpenSCAD)
-b, --use-binary | Use binary STL format for output.
-o OUTFILE, --out-file OUTFILE | Write normalized STL to file.
-b, --write-binary | Use binary STL format for output.
-o OUTFILE, --outfile OUTFILE | Write normalized STL to file.


Examples
Expand Down
Loading

0 comments on commit 453fdab

Please sign in to comment.