Compare commits
5 Commits
36231248b9
...
abc35affea
Author | SHA1 | Date | |
---|---|---|---|
abc35affea | |||
feebf5a38d | |||
3ee8745d09 | |||
99b03a3b48 | |||
20373cf856 |
@ -87,6 +87,13 @@ module neutrik_d_mount() {
|
|||||||
translate([-9.5, -12, 0]) neutrik_d_screw_hole();
|
translate([-9.5, -12, 0]) neutrik_d_screw_hole();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module rocker_20mm_mount() {
|
||||||
|
cylinder(r=10+hole_tolerance, h=5, $fn=50, center=true);
|
||||||
|
cube([2.2, 22, 5], center=true);
|
||||||
|
translate([9.5, 12, 0]) neutrik_d_screw_hole();
|
||||||
|
translate([-9.5, -12, 0]) neutrik_d_screw_hole();
|
||||||
|
}
|
||||||
|
|
||||||
// space for a neutrik D mount or 24mm button - Z is to cut the whole inside without affecting panel lip
|
// space for a neutrik D mount or 24mm button - Z is to cut the whole inside without affecting panel lip
|
||||||
module frame_cutout() {
|
module frame_cutout() {
|
||||||
cube([36.5, 8, frame_z-(top_plate_z*2)], center=true);
|
cube([36.5, 8, frame_z-(top_plate_z*2)], center=true);
|
||||||
@ -224,7 +231,7 @@ module frame_mount_column() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module side_chopper() {
|
module side_chopper() {
|
||||||
translate([frame_x/2+4, 0, 0]) cube([16, 2*(frame_y+top_plate_y), 2*(frame_z+top_plate_z)], center=true);
|
translate([(frame_x-frame_wall)/2, 0, 0]) cube([frame_wall, frame_y, frame_z], center=true);
|
||||||
}
|
}
|
||||||
|
|
||||||
module frame_connection_holes() {
|
module frame_connection_holes() {
|
||||||
|
@ -43,8 +43,10 @@ module left_frame() {
|
|||||||
translate([10, (frame_y/2)-neutrik_panel_thickness-4, 0]) frame_cutout();
|
translate([10, (frame_y/2)-neutrik_panel_thickness-4, 0]) frame_cutout();
|
||||||
|
|
||||||
// neutrix button hole
|
// neutrix button hole
|
||||||
translate([70, (frame_y/2)-neutrik_panel_thickness, 0]) rotate([90, 0, 0]) neutrik_d_mount();
|
translate([frame_center_to_neutrik, (frame_y/2)-neutrik_panel_thickness, 0])
|
||||||
translate([70, (frame_y/2)-neutrik_panel_thickness-4, 0]) frame_cutout();
|
rotate([90, 0, 0]) neutrik_d_mount();
|
||||||
|
translate([frame_center_to_neutrik, (frame_y/2)-neutrik_panel_thickness-4, 0])
|
||||||
|
frame_cutout();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,8 +43,10 @@ module right_frame() {
|
|||||||
translate([-10, (frame_y/2)-neutrik_panel_thickness-4, 0]) frame_cutout();
|
translate([-10, (frame_y/2)-neutrik_panel_thickness-4, 0]) frame_cutout();
|
||||||
|
|
||||||
// neutrix button hole
|
// neutrix button hole
|
||||||
translate([-70, (frame_y/2)-neutrik_panel_thickness, 0]) rotate([90, 0, 0]) neutrik_d_mount();
|
translate([-frame_center_to_neutrik, (frame_y/2)-neutrik_panel_thickness, 0])
|
||||||
translate([-70, (frame_y/2)-neutrik_panel_thickness-4, 0]) frame_cutout();
|
rotate([90, 0, 0]) neutrik_d_mount();
|
||||||
|
translate([-frame_center_to_neutrik, (frame_y/2)-neutrik_panel_thickness-4, 0])
|
||||||
|
frame_cutout();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -0,0 +1,34 @@
|
|||||||
|
/* Copyright Brian Stephan 2023
|
||||||
|
*
|
||||||
|
* This file is part of the Buildable Stick System.
|
||||||
|
*
|
||||||
|
* The Buildable Stick System 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.
|
||||||
|
*
|
||||||
|
* The Buildable Stick System 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
|
||||||
|
* the Buildable Stick System. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
include <parameters.scad>
|
||||||
|
include <components.scad>
|
||||||
|
use <misc-neutrik-d-plate.scad>
|
||||||
|
|
||||||
|
module aux_connectors_two_neutrik_cluster_decorative_plate() {
|
||||||
|
difference() {
|
||||||
|
hull() {
|
||||||
|
translate([-50, 0, 0]) neutrik_d_plate();
|
||||||
|
translate([50, 0, 0]) neutrik_d_plate();
|
||||||
|
}
|
||||||
|
translate([(frame_x/2)-frame_center_to_neutrik-frame_wall, 0, 0]) rocker_20mm_mount();
|
||||||
|
translate([-((frame_x/2)-frame_center_to_neutrik-frame_wall), 0, 0]) neutrik_d_mount();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
aux_connectors_two_neutrik_cluster_decorative_plate();
|
@ -23,7 +23,7 @@ use <misc-neutrik-d-plate.scad>
|
|||||||
module neutrik_d_plate_24mm() {
|
module neutrik_d_plate_24mm() {
|
||||||
difference() {
|
difference() {
|
||||||
neutrik_d_plate();
|
neutrik_d_plate();
|
||||||
cylinder(r=12+hole_tolerance, h=5, $fn=50, center=true);
|
neutrik_d_mount();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,12 +20,11 @@ include <parameters.scad>
|
|||||||
include <components.scad>
|
include <components.scad>
|
||||||
use <misc-neutrik-d-plate.scad>
|
use <misc-neutrik-d-plate.scad>
|
||||||
|
|
||||||
module neutrik_d_plate_20mm() {
|
module rocker_plate_20mm() {
|
||||||
difference() {
|
difference() {
|
||||||
neutrik_d_plate();
|
neutrik_d_plate();
|
||||||
cylinder(r=10+hole_tolerance, h=5, $fn=50, center=true);
|
rocker_20mm_mount();
|
||||||
cube([2.2, 22, 5], center=true);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
neutrik_d_plate_20mm();
|
rocker_plate_20mm();
|
@ -50,6 +50,8 @@ frame_x = 233;
|
|||||||
frame_y = 208;
|
frame_y = 208;
|
||||||
frame_z = 55;
|
frame_z = 55;
|
||||||
|
|
||||||
|
frame_center_to_neutrik = 70;
|
||||||
|
|
||||||
// depth of the "lip" of the frame that the top plate sets into/supports the overhang
|
// depth of the "lip" of the frame that the top plate sets into/supports the overhang
|
||||||
frame_wall = 4;
|
frame_wall = 4;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user