All pastes #2061484 Raw Edit

Anonymous

public text v1 · immutable
#2061484 ·published 2011-05-16 14:24 UTC
rendered paste body
difference()
{
	cylinder(h=8,r=29/2,center=true); //Outside
	
	difference()
	{
		cylinder(h=6,r=30/2,center=true); //??
		cylinder(h=6.01,r=24.3/2,center=true); //Groove for bearing
	}
	
	cylinder(h=8.01,r=22/2,center=true); //Hole trough
}