Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Commit

Permalink
add Cellular Lamp model
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Sep 17, 2014
1 parent 3c85f94 commit dd9b5d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions js/viewer/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ var load = function(callback) {

callback(mesh);
});
// http://www.thingiverse.com/thing:331035/#files
loader.load('./models/Robot_Maker_Faire_65pc.stl');

// http://www.thingiverse.com/thing:19104
loader.load('./models/bigmakerbottable4.stl');

// http://www.thingiverse.com/thing:331035
// loader.load('./models/Robot_Maker_Faire_65pc.stl');
};


Expand Down
Binary file added models/bigmakerbottable4.stl
Binary file not shown.

0 comments on commit dd9b5d0

Please sign in to comment.