did a Namco Noir layout, it also worked fine
This commit is contained in:
parent
23efe61eeb
commit
c14c97e832
@ -178,6 +178,25 @@ module frame() {
|
||||
|
||||
/* LAYOUTS */
|
||||
|
||||
module noir_button_p1() {
|
||||
translate([40, 145, 0]) button_30mm_hole();
|
||||
}
|
||||
|
||||
module noir_plus_one() {
|
||||
// standard 8 (all relative to the first button) (via r/fightsticks)
|
||||
noir_button_p1();
|
||||
translate([32.94, 7.37+4.49, 0]) noir_button_p1();
|
||||
translate([32.94+34.54, 7.37, 0]) noir_button_p1();
|
||||
translate([32.94+34.54+33.02, -6.86, 0]) noir_button_p1();
|
||||
translate([-3.47, -6.86-19.64-4.32-7.62, 0]) noir_button_p1();
|
||||
translate([29.38, -6.86-19.64, 0]) noir_button_p1();
|
||||
translate([29.38+3.56+31.24, -6.86-19.64-4.32, 0]) noir_button_p1();
|
||||
translate([29.38+3.56+31.24+3.3+29.04, -6.86-19.64-4.32-7.62-6.93, 0]) noir_button_p1();
|
||||
|
||||
// just my guesstimate on this one
|
||||
translate([-3.47-3.47, -78, 0]) noir_button_p1();
|
||||
}
|
||||
|
||||
module sega_2p_p1() {
|
||||
translate([33, 145, 0]) button_30mm_hole();
|
||||
}
|
||||
|
24
src/top-panel-namco-noir-plus-one.scad
Normal file
24
src/top-panel-namco-noir-plus-one.scad
Normal file
@ -0,0 +1,24 @@
|
||||
/* Copyright Brian Stephan 2023
|
||||
*
|
||||
* This file is part of bullet-system-stick.
|
||||
*
|
||||
* bullet-system-stick is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation, either version 3 of the License, or (at your
|
||||
* option) any later version.
|
||||
*
|
||||
* bullet-system-stick is distributed in the hope that it will be useful, but
|
||||
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||
* more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with
|
||||
* bullet-system-stick. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
include <components.scad>
|
||||
|
||||
difference() {
|
||||
translate([top_plate_x/2, top_plate_y/2, 0]) topplate();
|
||||
noir_plus_one();
|
||||
}
|
Loading…
Reference in New Issue
Block a user