From 9fe116873ce81e8fad101322a084efdc66712575 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Fri, 2 May 2025 01:33:29 -0700 Subject: [PATCH] Removed erroneous extra comma. --- shapes3d.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes3d.scad b/shapes3d.scad index ab8b29cf..ad57a218 100644 --- a/shapes3d.scad +++ b/shapes3d.scad @@ -2311,7 +2311,7 @@ function _cyl_path( clip_roundings == false? 90 : assert(is_finite(clip_roundings)) assert(clip_roundings>=0 && clip_roundings<=90) - clip_roundings, + clip_roundings ) assert(is_finite(round1), "rounding1 must be a number if given.") assert(is_finite(round2), "rounding2 must be a number if given.")