Permalink
Browse files

add example STL files

  • Loading branch information...
1 parent c7cfe1e commit f51cecde490e42116ac85ff47fd33eac4ba64f95 @lautr3k committed Mar 18, 2016
Showing with 309,392 additions and 5 deletions.
  1. +0 −3 .gitignore
  2. +2 −2 js/main.js
  3. +281,724 −0 stl/Octocat-v2.stl
  4. BIN stl/SLAcer.stl
  5. +27,666 −0 stl/StressTest.stl
  6. BIN stl/cube.center.stl
  7. BIN stl/cube_hole.stl
View
@@ -1,4 +1 @@
-dist/
-cache/
-stl/
_*.*
View
@@ -396,8 +396,8 @@ loader.onError = errorHandler;
// load example
// -----------------------------------------------------------------------------
// example STL file
-var stl = 'stl/Octocat-v2.stl';
-//var stl = 'stl/StressTest.stl';
+//var stl = 'stl/Octocat-v2.stl';
+var stl = 'stl/StressTest.stl';
// File url
var url = 'http://' + window.location.hostname + window.location.pathname + stl;
Oops, something went wrong.

0 comments on commit f51cecd

Please sign in to comment.