From c68d826d8b010bba5d6181da3cd46fc84461d492 Mon Sep 17 00:00:00 2001 From: Luke Hubmayer-Werner Date: Mon, 1 Apr 2024 10:45:20 +1030 Subject: [PATCH] Old change I can't remember the context of --- AluTCommon.scad | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/AluTCommon.scad b/AluTCommon.scad index aa71437..4477ac2 100644 --- a/AluTCommon.scad +++ b/AluTCommon.scad @@ -37,6 +37,19 @@ module cap_outline(radius = 1.5, fingerboard_min_thick = 2.5, fingerboard_max_th } } +module cap_outline_bridge(radius = 1.5, fingerboard_min_thick = 2.5, fingerboard_max_thick = 5) { + minkowski($fn = mink_fn_2d) { + circle(r = radius); + difference() { + translate(T_circumcenter) hull() { + circle(r = tube_radius - radius); + translate([50,0]) square([1,(tube_radius - radius)*2], true); + } + translate([fingerboard_max_thick - radius, -50]) square([100,100]); + } + } +} + function T_hole_points(r = 4, a_step = 5, offset = 0) = let(