|
@@ -1,5 +1,12 @@
|
|
<html>
|
|
<html>
|
|
|
|
+<title>Split STL mesh</title>
|
|
<body>
|
|
<body>
|
|
|
|
+<p>This is a simple piece of javascript (licensed under the MIT license) by
|
|
|
|
+<a href="http://www.thingiverse.com/arpruss/">Alexander Pruss</a> that splits an STL mesh file that contains multiple parts into
|
|
|
|
+those multiple parts.</p>
|
|
|
|
+<p>This may well fail if the mesh is defective and has points that are meant to be coincident
|
|
|
|
+but are merely close together.</p>
|
|
|
|
+<p>All the processing is done in your browser--your STL is not uploaded to any server.</p>
|
|
<input type="file" id="file" name="file" />
|
|
<input type="file" id="file" name="file" />
|
|
<ul id="console">
|
|
<ul id="console">
|
|
</ul>
|
|
</ul>
|