arpruss 8 éve
szülő
commit
f29d7f2b09
1 módosított fájl, 7 hozzáadás és 0 törlés
  1. 7 0
      split.html

+ 7 - 0
split.html

@@ -1,5 +1,12 @@
 <html>
+<title>Split STL mesh</title>
 <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" />
 <ul id="console">
 </ul>