Rippen verkleinert & Luftloch an der Unterseite

This commit is contained in:
Peter 2024-07-10 19:48:57 +02:00
parent 4cff3dfdba
commit 024be342cc
Signed by: pludi
GPG key ID: FB1A00FEE77E2C36

View file

@ -84,13 +84,15 @@ intersection() {
} }
rotate_extrude() rotate_extrude()
translate([can_dia / 2, 0, 0]) translate([can_dia / 2, 0, 0])
scale([.5, 1, 1]) scale([.25, 1, 1])
circle(r = 1); circle(r = 1);
} }
} }
}
text_on_cylinder(t = name, r = can_dia / 2 + thickness, h = can_height / 2, size = 10, center = true, cylinder_center = true, extrusion_height = wall, font = "Hack Nerd Font"); text_on_cylinder(t = name, r = can_dia / 2 + thickness, h = can_height / 2, size = 10, center = true, cylinder_center = true, extrusion_height = wall, font = "Hack Nerd Font");
} }
translate([-1.4,2.1,0])
cylinder(h=can_height, r=2.1, center=true);
}
if ($preview) { if ($preview) {
translate([0, 5 + can_dia / 4, 0]) translate([0, 5 + can_dia / 4, 0])
cube([can_dia + 10, 10 + can_dia / 2, can_height + 10], center = true); cube([can_dia + 10, 10 + can_dia / 2, can_height + 10], center = true);