moduleize left lever panel for reuse

This commit is contained in:
Brian S. Stephan 2023-08-17 20:02:59 -05:00
parent 0bea740cee
commit 925cfebe9e
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -33,9 +33,13 @@ module leverplate() {
}
}
// put a 24mm hole in the lever plate just as a test
difference() {
leverplate();
translate([70,0,0])
button_24mm_hole();
module left_lever_panel() {
// put a 24mm hole in the lever plate just as a test
difference() {
leverplate();
translate([70,0,0])
button_24mm_hole();
}
}
left_lever_panel();