todo
This commit is contained in:
parent
47c8df4f37
commit
54dae22273
23
README.md
23
README.md
@ -1,4 +1,21 @@
|
|||||||
Takes a binary STL file as input and generates a SVG that contains the
|
![Unfolded sphere](https://farm8.staticflickr.com/7464/15880804609_88b0865685_z.jpg)
|
||||||
triangles "folded flat" so that they can be laser cut.
|
|
||||||
|
|
||||||
Work in progress -- not yet feature complete.
|
`unfold` reads a binary STL file on standard input and generates a
|
||||||
|
SVG that contains the triangles "folded flat" so that they can be
|
||||||
|
laser cut. It will output multiple groups in the SVG file that
|
||||||
|
will need to be re-arranged to fit on the laser cutter bed.
|
||||||
|
|
||||||
|
More info: https://trmm.net/Unfolding_STL
|
||||||
|
|
||||||
|
This is a work in progress -- it is not yet feature complete.
|
||||||
|
Among the features that it could use:
|
||||||
|
|
||||||
|
* A better heuristic for finding the maximum non-overlaping set of triangles
|
||||||
|
(Currently breadth-first search is used, with a slight preference for coplanar
|
||||||
|
triangles)
|
||||||
|
|
||||||
|
* Tabs for securing parts together.
|
||||||
|
|
||||||
|
* Collapsing of very small or very thin triangles.
|
||||||
|
|
||||||
|
* Marking mountain or valley folds.
|
||||||
|
Loading…
Reference in New Issue
Block a user