From 4d95f81352a8ff8d1815bff247ff56055ca4d955 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sat, 12 Oct 2024 12:30:52 -0400 Subject: [PATCH] comma fix --- rounding.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rounding.scad b/rounding.scad index 91e52c2..3b2599d 100644 --- a/rounding.scad +++ b/rounding.scad @@ -2455,7 +2455,7 @@ function rounded_prism(bottom, top, joint_bot=0, joint_top=0, joint_sides=0, k_b downedge=anchors[((i+ofs)%4)*6+2], faceanch=anchors[((i+ofs)%4)*6+3], upcorner=anchors[((i+ofs)%4)*6+4], - downcorner=anchors[((i+ofs)%4)*6+5], + downcorner=anchors[((i+ofs)%4)*6+5] ) each [ [stddir[i],select(faceanch,1,3)], @@ -2465,7 +2465,7 @@ function rounded_prism(bottom, top, joint_bot=0, joint_top=0, joint_sides=0, k_b [stddir[i]+select(stddir,i-1)+UP, select(upcorner,1,3)], [stddir[i]+select(stddir,i-1)+DOWN, select(downcorner,1,3)], ] - ], + ] ) !debug && !_full_info ? vnf : _full_info ? [concat(top_patch, bot_patch), vnf, anchors, override]