scoot the PCB mount a bit away from the inner wall

this is mostly to accommodate some slightly longer dongles

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2025-09-05 15:12:04 -05:00
parent 0d121e834a
commit aa92e57fe0
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ use <ergo-nine-plus-aux-button.scad>
module ergo_nine_plus_aux_button_panel_with_mount() {
ergo_nine_plus_aux_button_panel();
translate([30, -50, -(panel_z/2) - 3]) pcb_mount();
translate([20, -50, -(panel_z/2) - 3]) pcb_mount();
}
ergo_nine_plus_aux_button_panel_with_mount();

View File

@ -10,7 +10,7 @@ use <sega-2p-eleven-panel.scad>
module sega_2p_eleven_panel_with_mount() {
sega_2p_eleven_panel();
translate([30, -50, -(panel_z/2) - 3]) pcb_mount();
translate([20, -50, -(panel_z/2) - 3]) pcb_mount();
}
sega_2p_eleven_panel_with_mount();

View File

@ -9,7 +9,7 @@ use <sega-2p-nine-plus-aux-button.scad>
module sega_2p_nine_plus_aux_button_with_mount() {
sega_2p_nine_plus_aux_button();
translate([30, -50, -(panel_z/2) - 3]) pcb_mount();
translate([20, -50, -(panel_z/2) - 3]) pcb_mount();
}
sega_2p_nine_plus_aux_button_with_mount();

View File

@ -9,7 +9,7 @@ use <right-sega-2p-nine-panel.scad>
module sega_2p_nine_with_mount_right_overhang_panel() {
sega_2p_nine_right_overhang_panel();
translate([30, -50, -(panel_z/2) - 3]) pcb_mount();
translate([20, -50, -(panel_z/2) - 3]) pcb_mount();
}
sega_2p_nine_with_mount_right_overhang_panel();

View File

@ -9,7 +9,7 @@ use <right-sega-2p-nine-plus-aux-button.scad>
module sega_2p_nine_plus_aux_button_right_overhang_panel_with_mount() {
sega_2p_nine_plus_aux_button_right_overhang_panel();
translate([30, -50, -(panel_z/2) - 3]) pcb_mount();
translate([20, -50, -(panel_z/2) - 3]) pcb_mount();
}
sega_2p_nine_plus_aux_button_right_overhang_panel_with_mount();