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:
parent
850bbdf5b9
commit
a1fc85c069
@ -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();
|
Loading…
Reference in New Issue
Block a user