Add bearing for cylinder block

This commit is contained in:
maride 2017-11-25 15:06:25 +01:00
parent ba5811ad41
commit 1e69e00daf

View File

@ -1,12 +1,24 @@
CIRCLE_ROUNDS=18;
CIRCLE_ROUNDS=36;
// Block
// Cylinder Block
difference() {
// Block
translate([-8, -8, 0])
cube([16, 16, 11]);
// Piston bearing
translate([0, 0, 0])
cylinder(h=11, d=10, $fn=CIRCLE_ROUNDS);
// Block Head Screw Holes
translate([6, 6, 0])
cylinder(h=11, d=1, $fn=CIRCLE_ROUNDS);
translate([-6, 6, 0])
cylinder(h=11, d=1, $fn=CIRCLE_ROUNDS);
translate([6, -6, 0])
cylinder(h=11, d=1, $fn=CIRCLE_ROUNDS);
translate([-6, -6, 0])
cylinder(h=11, d=1, $fn=CIRCLE_ROUNDS);
}
// Piston