Thingiverse
Basketball Hoop
by guberti
80
Downloads
80
Likes
1
Makes
If you're a basketball fan with a 3D printer, this thing is for you! It's a basketball hoop that I made in OpenSCAD! It was made with the following code:
cube([40,20,5]);
translate([0,10,0])cylinder(45,3,3);
translate([0,7,30])rotate([0,-45,0])cylinder(20,1,1);
translate([0,7,40])rotate([0,-45,0])cylinder(20,1,1);
translate([0,13,30])rotate([0,-45,0])cylinder(20,1,1);
translate([0,13,40])rotate([0,-45,0])cylinder(20,1,1);
translate([35,1,1])rotate([-10,-65,0])cylinder(40,1,1);
tr
cube([40,20,5]);
translate([0,10,0])cylinder(45,3,3);
translate([0,7,30])rotate([0,-45,0])cylinder(20,1,1);
translate([0,7,40])rotate([0,-45,0])cylinder(20,1,1);
translate([0,13,30])rotate([0,-45,0])cylinder(20,1,1);
translate([0,13,40])rotate([0,-45,0])cylinder(20,1,1);
translate([35,1,1])rotate([-10,-65,0])cylinder(40,1,1);
tr
Sign in to leave a comment
Sign in