rename the overhang solo lever + 6 button and add a board mount

this makes it essentially the same as the inset panel, just as an
overhang variant

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-07-07 10:35:44 -05:00
parent 850bbdf5b9
commit a1fc85c069
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -8,7 +8,10 @@ include <components.scad>
module lever_and_sega_2p_6_button_solo_overhang_panel() {
difference() {
panel_with_raised_overhang();
union() {
panel_with_raised_overhang();
translate([45, -58, -panel_z/2]) rotate([0, 0, 13]) pcb_mount();
}
translate([90, -25, 0]) sega_2p_6_button();
translate([-65, 5, 0]) union() {
levermountholes();