Skip to content

Instantly share code, notes, and snippets.

@creationix
Created March 14, 2019 20:00
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 creationix/bcb209b541ba2e96e5f811f14b6c7455 to your computer and use it in GitHub Desktop.
Save creationix/bcb209b541ba2e96e5f811f14b6c7455 to your computer and use it in GitHub Desktop.
//92
//64
//3
//9.25
//7.25
//14
// Fence posts
%cube([3, 4, 64]);
%translate([94.8,0,0])
cube([3, 4, 64]);
difference() {
union() {
// left T
translate([0,-1.5,42-14])
cube([7.25,1.5,14]);
translate([.75,-9.25-1.5,42-14])
cube([1.5,9.25,14]);
// Right t
translate([94.8-7.25+3,-1.5,42-14])
cube([7.25,1.5,14]);
translate([96.25-1.5+.75,-9.25-1.5,42-14])
cube([1.5,9.25,14]);
}
translate([0,-1.5,42-14])
rotate([33.453309454072674,0,0])
translate([0,-20,0])
cube([100,20,20]);
translate([3,-10,42-14])
rotate([0,16.886791123944043,0])
cube([20,20,20]);
translate([94.8,-10,42-14])
rotate([0,-16.886791123944043,0])
translate([-20,0,0])
cube([20,20,20]);
}
translate([.75,-11.25,42])
cube([ 96.25, 11.25, 1.5 ]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment