Skip to content

Instantly share code, notes, and snippets.

@takeutch-kemeco
Last active May 21, 2017 08:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takeutch-kemeco/26bbb067048ce564c9ca497c05e69412 to your computer and use it in GitHub Desktop.
Save takeutch-kemeco/26bbb067048ce564c9ca497c05e69412 to your computer and use it in GitHub Desktop.
scad
difference() {
difference() {
union() {
translate([0,51.8-14.75,0]) translate([0,14.75/2,8.85/2]) cube([7.75,14.75,8.85],center=true);
translate([0,51.8/2,0]) difference() {
union() {
difference() {
translate([0,0,2]) cube([10.9,51.8,4],center=true);
union() {
translate([-9,-21-5,0]) rotate([0,0,30]) cube([10,10,10],center=true);
translate([+9,-21-5,0]) rotate([0,0,-30]) cube([10,10,10],center=true);
}
}
difference() {
translate([0,-((51.8/2)-(8.9/2)),8.65/2]) cube([7.6,8.9,8.65],center=true);
union() {
translate([-7.6,-21-5,0]) rotate([0,0,30]) cube([10,10,20],center=true);
translate([+7.6,-21-5,0]) rotate([0,0,-30]) cube([10,10,20],center=true);
}
}
}
translate([0,-21-5,-4]) rotate([-20,0,0]) cube([20,20,10],center=true);
}
}
translate([0,51.8-14.75,0]) union() {
translate([0,(10/2)+6.75,0]) cube([1.9,10,20],center=true);
translate([-1,(3.4/2)+12.4,0]) rotate([0,0,30]) cube([1.4,3.2,20],center=true);
translate([+1,(3.4/2)+12.4,0]) rotate([0,0,-30]) cube([1.4,3.2,20],center=true);
}
}
union() {
translate([0,22.7,-1]) cylinder(r=7.3/2,h=20,$fn=256);
translate([0,35.7,-1]) cylinder(r=7.3/2,h=20,$fn=256);
translate([0,22.7+((35.7-22.7)/2),0]) cube([7.3,13,20],center=true);
translate([0,13.65,-1]) cylinder(r=3.2/2,h=20,$fn=256);
}
}
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment