Skip to content

Commit

Permalink
More versions of the block
Browse files Browse the repository at this point in the history
some good progress this week
  • Loading branch information
pkTux committed Jul 31, 2015
1 parent 80d21a5 commit c79431f
Show file tree
Hide file tree
Showing 26 changed files with 37,934 additions and 5 deletions.
17 changes: 12 additions & 5 deletions block1.scad
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
difference()
{cube ([30,50,11.5],center=true);

cube([30,24,8.75],center=true
); };
;
{
translate([0,0,11.5]/2) cube ([30,50,11.5],center=true);
translate([0,0,50]/2 + [0,0,11.5 - 8]) cube([40,24,50],center=true);


translate([20,35,0]/2) cylinder(d=5, h=50, center=true);
translate([-20,35,0]/2) cylinder(d=5, h=50, center=true);
translate([20,-35,0]/2) cylinder(d=5, h=50, center=true);
translate([-20,-35,0]/2) cylinder(d=5, h=50, center=true);
}
translate([0,(6.8+3)/2,11.5-8]) cube([18,3,3],center=true);
translate([0,-(6.8+3)/2,11.5-8]) cube([18,3,3],center=true);
Loading

0 comments on commit c79431f

Please sign in to comment.