Character platform and retainer ring
This commit is contained in:
@@ -24,7 +24,17 @@ module keycap() {
|
||||
cylinder(h = 10, d = 20, $fn = 128);
|
||||
}
|
||||
|
||||
|
||||
module character_retainer_cutout() {
|
||||
$fn = 128;
|
||||
// Ring cutout
|
||||
cylinder(d = 60, h = 5);
|
||||
// 5mm LED hole
|
||||
translate([0, 25, 10]) cylinder(d = 5, h = 15, center = true);
|
||||
// Screw holes
|
||||
translate([25, 0, 10]) cylinder(d = screw_hole_diameter, h = 15, center = true);
|
||||
translate([-25, 0, 10]) cylinder(d = screw_hole_diameter, h = 15, center = true);
|
||||
}
|
||||
|
||||
//usb_cutout();
|
||||
//speaker_grille();
|
||||
//speaker_grille();
|
||||
character_retainer_cutout();
|
||||
Reference in New Issue
Block a user