From 91865d22117e3c516bd7056fc73d9e4f969832a1 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sat, 9 Nov 2024 21:28:48 -0500 Subject: [PATCH] doc fix --- attachments.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachments.scad b/attachments.scad index f7da94e..89bd08c 100644 --- a/attachments.scad +++ b/attachments.scad @@ -3034,7 +3034,7 @@ module corner_profile(corners=CORNERS_ALL, except=[], r, d, convexity=10) { // attachable(anchor, spin, orient, size=[sz,sz,sz], anchors=anchors) { // diff() { // cuboid(sz); -// tag("remove") attach("socket") zcyl(d=prong_size, h=prong_size*2); +// tag("remove") attach("socket") zcyl(d=prong_size, h=prong_size*2, $fn=6); // } // children(); // }