From 46b37688c80b766bd41fc0913204dd348e9a8e0f Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Thu, 8 Jun 2023 02:50:09 -0700 Subject: [PATCH] Extraneous extra comma removed. --- attachments.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachments.scad b/attachments.scad index 843805b..b7a1321 100644 --- a/attachments.scad +++ b/attachments.scad @@ -1733,7 +1733,7 @@ module edge_profile_asym(edges=EDGES_ALL, except=[], excess=0.01, convexity=10, (pos.x>0? xflip() : ident(4)) * (pos.y>0? yflip() : ident(4)) * (pos.z>0? zflip() : ident(4)) * - rot(-120*(2-j), v=[1,1,1]), + rot(-120*(2-j), v=[1,1,1]) ) T; function _default_edge_orientation(edge) =