From 3b886d3994136908056e598a2defe546ca198a32 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sun, 3 Mar 2024 13:46:50 -0600 Subject: [PATCH] simplify the interchange hole to make print easier Signed-off-by: Brian S. Stephan --- src/components.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components.scad b/src/components.scad index cb48fea..b7fc202 100644 --- a/src/components.scad +++ b/src/components.scad @@ -57,7 +57,7 @@ module frame_hex_bolt_hole() { } module frame_interchange_hole() { - cylinder(r=15, h=50, $fn=50, center=true); + cylinder(r=18, h=50, $fn=4, center=true); } module neutrik_d_hole() {