Basketball Hoop 3D model preview
View source Save
5,584 downloads 83 likes 13,309 views Free price

About this 3D model

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); translate([35,18,1])rotate([10,-65,0])cylinder(40,1,1); translate([-15,-2.5,35])cube([3,25,20]); difference() { translate([-16,5,36])cube([3,10,10]); translate([-17,6,37])cube([2,8,8]); } translate([-20,10,17])rotate_extrude(convexity = 10) translate([6, 20, 20]) circle(r = 1);