Refactoring: moved slicing code to new TriangleMesh class, leaving in STL just what's needed to read that particular input format. Slic3r will now warn if model is not manifold. #16
This commit is contained in:
parent
15d060019f
commit
d51a37a0ae
16 changed files with 642 additions and 451 deletions
5
MANIFEST
5
MANIFEST
|
@ -26,9 +26,6 @@ lib/Slic3r/GUI/OptionsGroup.pm
|
|||
lib/Slic3r/GUI/SkeinPanel.pm
|
||||
lib/Slic3r/Layer.pm
|
||||
lib/Slic3r/Line.pm
|
||||
lib/Slic3r/Line/FacetEdge.pm
|
||||
lib/Slic3r/Line/FacetEdge/Bottom.pm
|
||||
lib/Slic3r/Line/FacetEdge/Top.pm
|
||||
lib/Slic3r/Perimeter.pm
|
||||
lib/Slic3r/Point.pm
|
||||
lib/Slic3r/Polygon.pm
|
||||
|
@ -39,6 +36,8 @@ lib/Slic3r/Skein.pm
|
|||
lib/Slic3r/STL.pm
|
||||
lib/Slic3r/Surface.pm
|
||||
lib/Slic3r/SVG.pm
|
||||
lib/Slic3r/TriangleMesh.pm
|
||||
lib/Slic3r/TriangleMesh/IntersectionLine.pm
|
||||
MANIFEST This list of files
|
||||
README.markdown
|
||||
slic3r.pl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue