From 56f22143396885142c89c3f2db64413fa1702b9e Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 8 Nov 2023 18:37:02 -0600 Subject: [PATCH] scoot the button layouts down a bit this gives a bit more space at the front, mostly so that the decorative plate doesn't hang over the edge of an inset panel --- src/components.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components.scad b/src/components.scad index 7e75bab..bfdf10c 100644 --- a/src/components.scad +++ b/src/components.scad @@ -364,7 +364,7 @@ module dir_arc_plus_w_24mm_8_button() { module dir_arc_30mm_thumb_button() { // just my guesstimate on this one, but note that this is the same position as sega 2p (just mirrored) - translate([(top_plate_x/2)-28.06, (-top_plate_y/2)+67, 0]) button_30mm_hole(); + translate([(top_plate_x/2)-28.06, (-top_plate_y/2)+62, 0]) button_30mm_hole(); } module dir_arc_30mm() { @@ -387,7 +387,7 @@ module dir_arc_w_30mm_plus_one() { // Namco Noir (right hand) module noir_button_p1() { - translate([-top_plate_x/2, -top_plate_y/2, 0]) translate([35, 145, 0]) button_30mm_hole(); + translate([-top_plate_x/2, -top_plate_y/2, 0]) translate([35, 140, 0]) button_30mm_hole(); } module noir_plus_one() { @@ -408,7 +408,7 @@ module noir_plus_one() { // Sega Astro City 2P (right hand) module sega_2p_p1() { - translate([-top_plate_x/2, -top_plate_y/2, 0]) translate([28.06, 145, 0]) button_30mm_hole(); + translate([-top_plate_x/2, -top_plate_y/2, 0]) translate([28.06, 140, 0]) button_30mm_hole(); } module sega_2p_6_button() {