From aa002c1cfbe8421534884af588db6cdd7a98e853 Mon Sep 17 00:00:00 2001 From: Yusuf Mohsinally <463376+yusufm@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:32:30 -0700 Subject: [PATCH] Adding a cone at the pin locations to allow easing in the pin installation. --- plccplug.scad | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plccplug.scad b/plccplug.scad index 2e69759..5f0c0a7 100644 --- a/plccplug.scad +++ b/plccplug.scad @@ -104,6 +104,9 @@ module pin() translate([0,0,h2]) cube([pinwidth,pinwidth,h1]); + + translate([pinwidth/2,pinwidth/2,0]) + cylinder(h = h2, r1 = pin_pitch/2, r2 = 0, $fn = 64); } // Render a PLCC plug