Skip to content

Commit

Permalink
Updated Arm Plate 2
Browse files Browse the repository at this point in the history
  • Loading branch information
o_0 committed May 10, 2012
1 parent a204ec0 commit ebe0a01
Show file tree
Hide file tree
Showing 2 changed files with 24,529 additions and 20,935 deletions.
20 changes: 15 additions & 5 deletions Robotic Arm/Replicator Plates/Robo-Arm-Plate-2.scad
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
/*
Components:
1 x servoplate
1 x upperarm
1 x wristcalmpplate
1 x wristservoplate
1 x wristleftside
1 x wristrightside
1 x bearingelbow
1 x bearingwrist
*/



translate([180,75,0]) import("../Individual Parts/Servoplate-fixed.stl");
translate([155,75,0]) import("../Individual Parts/Servoplate-fixed.stl");

translate([0,65,0]) import("../Individual Parts/wristclampplate-fixed.stl");
translate([0,75,0]) import("../Individual Parts/wristclampplate-fixed.stl");

translate([0,35,0]) import("../Individual Parts/wristservoplate-fixed.stl");
translate([0,45,0]) import("../Individual Parts/wristservoplate-fixed.stl");

translate([70,0,0]) import("../Individual Parts/bearingelbow-fixed.stl");

translate([100,10,0]) import("../Individual Parts/bearingwrist-fixed.stl");

translate([0,0,0]) import("../Individual Parts/wristleftside-fixed.stl");

translate([0,0,0]) import("../Individual Parts/wristrightside-fixed.stl");

rotate([0,180,0]) translate([-185,35,-1.3]) import("../Individual Parts/Upperarm-fixed.stl");
Loading

0 comments on commit ebe0a01

Please sign in to comment.