|
Longer LEGO steering gear September 30, 2013 03:53PM |
Registered: 12 years ago Posts: 7 |
|
Re: Longer LEGO steering gear October 01, 2013 07:38AM |
Admin Registered: 14 years ago Posts: 2,569 |
|
Re: Longer LEGO steering gear January 08, 2014 03:58PM |
Registered: 13 years ago Posts: 305 |
h=10;ch=7;w=5; l=30; r=3;t=2; //ALL THESE ARE WRONG
difference()
{ union()
{ for(x=[l,-l]/2) translate([x,0]) cylinder(r=r+t,h=h); //The cylinders.
translate([-l/2,-w/2]) cube([l,w,ch]); //Center bar connecting.
}
for(x=[l,-l]/2) translate([x,0,-h]) cylinder(r=r,h=3*h); //Cut out holes.
}`h` is the height at the cylinders, `w`,`ch`, is the width,height at the center section,