Skip to content

Commit

Permalink
Cut z-motor-mount for easier assembly.
Browse files Browse the repository at this point in the history
  • Loading branch information
colah committed May 11, 2011
1 parent 7618594 commit 50d3a69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions z-motor-mount.scad
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ difference(){
//top rod(s):
for (y=[-1,1]) translate([-50,30*y,0]) rotate([0,90,0]) cylinder(h = 100, r=4.5);

translate([17,0,0]) cube([20,15,20],center=true);

}


Expand Down

0 comments on commit 50d3a69

Please sign in to comment.