Made rollers smoother.

This commit is contained in:
Revar Desmera
2014-09-07 17:59:47 -07:00
parent 133aeca3e1
commit 3f1de071d4

View File

@@ -9,9 +9,9 @@ module roller()
difference() {
union() {
translate([0,0,-roller_thick/4])
cylinder(h=roller_thick/2, r1=roller_diam/2, r2=roller_diam/2+(roller_thick/2)*tan(roller_angle), center=true, $fn=32);
cylinder(h=roller_thick/2, r1=roller_diam/2, r2=roller_diam/2+(roller_thick/2)*tan(roller_angle), center=true, $fn=64);
translate([0,0,roller_thick/4])
cylinder(h=roller_thick/2, r2=roller_diam/2, r1=roller_diam/2+(roller_thick/2)*tan(roller_angle), center=true, $fn=32);
cylinder(h=roller_thick/2, r2=roller_diam/2, r1=roller_diam/2+(roller_thick/2)*tan(roller_angle), center=true, $fn=64);
}
cylinder(h=roller_thick+0.1, r=roller_axle/2, center=true, $fn=32);
cylinder(h=roller_thick*2/3, r=roller_axle/2+0.5, center=true, $fn=32);