mirror of
https://github.com/revarbat/snappy-reprap.git
synced 2025-11-03 08:06:45 -08:00
Made rollers smoother.
This commit is contained in:
@@ -9,9 +9,9 @@ module roller()
|
|||||||
difference() {
|
difference() {
|
||||||
union() {
|
union() {
|
||||||
translate([0,0,-roller_thick/4])
|
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])
|
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+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);
|
cylinder(h=roller_thick*2/3, r=roller_axle/2+0.5, center=true, $fn=32);
|
||||||
|
|||||||
Reference in New Issue
Block a user