tweak the interchange hole slightly to fit center layouts a bit better

a shiokenstar layout is possible with this, to be committed soon once I
do a confirmation

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-05-13 12:44:01 -05:00
parent b43b79ce19
commit 3ec6132547
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -55,7 +55,7 @@ module frame_hex_bolt_hole() {
}
module frame_interchange_hole() {
cylinder(r=35, h=50, $fn=50, center=true);
cylinder(r=37, h=50, $fn=50, center=true);
}
module neutrik_d_hole() {
@ -322,7 +322,7 @@ module frame_connection_holes() {
module frame_cable_routing_hole() {
// frame_y/12 is a hack for "kinda a bit above the center point"
translate([frame_x/2, frame_y/12, 25]) rotate([0, 90, 0]) frame_interchange_hole();
translate([frame_x/2, frame_y/12+1, 25]) rotate([0, 90, 0]) frame_interchange_hole();
}
module base_frame() {