Modeled and test-fitted keycaps

This commit is contained in:
2026-01-04 18:35:53 +01:00
parent 4d27c092db
commit ccad5ff1c0
4 changed files with 45 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
use <internal_components.scad>
use <fabula_enclosure.scad>
use <keys.scad>
module test_fit_components() {
@@ -13,6 +14,10 @@ module test_fit_components() {
// Components that require cutout on external shell
translate([-29, -71.5, 1]) rotate([0, 0, 90]) li_ion_4056_charger_module();
translate([-5, -92, 10]) rotate([90, 0, 0]) switch();
translate([-13.4, -20.1, 43]) vol_up_keycap();
translate([12.6, -35.6, 43]) next_keycap();
translate([-23.4, -44.6, 43]) prev_keycap();
translate([2.05, -61.05, 43]) vol_down_keycap();
}
test_fit_components();