Ctrl keycap replacement.

This commit is contained in:
2025-05-19 17:40:17 -05:00
parent ce3aa19da3
commit 9e771b3125
2 changed files with 76 additions and 1 deletions
+5 -1
View File
@@ -14,8 +14,12 @@ difference() {
// channel
cube([30, 13, length + 10]);
// angled support
// angled supports (X-axis)
translate([16, 9, -8]) rotate([0, -10, 0]) cube([30, 4, length + 10]);
translate([16, 0, -8]) rotate([0, -10, 0]) cube([30, 4, length + 10]);
// angled supports (y-axis)
translate([0, 12, -1]) rotate([15, 0, 0]) cube([4, 10, 40]);
// base
cube([50, 32, 4]);