From 652653180ee83d096743cd549d5cd5a27246ed9f Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Tue, 29 Aug 2023 10:07:08 -0500 Subject: [PATCH] go back to three neutrik D mounts on the solo frame this (barely) works --- src/frame-solo.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frame-solo.scad b/src/frame-solo.scad index 02801ab..d8ff0ff 100644 --- a/src/frame-solo.scad +++ b/src/frame-solo.scad @@ -24,8 +24,8 @@ module solo_frame() { // neutrik mounts for connector, switches translate([0, (frame_x/2)-2.5, 0]) rotate([90, 0, 0]) neutrik_d_mount(); - translate([-40, (frame_x/2)-2.5, 0]) rotate([270, 0, 0]) button_24mm_hole_for_snapins(); - translate([40, (frame_x/2)-2.5, 0]) rotate([270, 0, 0]) button_24mm_hole_for_snapins(); + translate([-40, (frame_x/2)-2.5, 0]) rotate([90, 0, 0]) neutrik_d_mount(); + translate([40, (frame_x/2)-2.5, 0]) rotate([90, 0, 0]) neutrik_d_mount(); // aux button holes translate([-frame_y/2+2.5, 0, 0]) rotate([0, 0, 270])