From 678df8317479eada5971975ab474d67ae80367ce Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Tue, 26 Sep 2023 19:18:41 -0700 Subject: [PATCH] Removed extraneous trailing comma. --- gears.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gears.scad b/gears.scad index ea93e1a..aaf62fd 100644 --- a/gears.scad +++ b/gears.scad @@ -2099,7 +2099,7 @@ function crown_gear( : profile, m = back(r) * xrot(90), tooth = apply(m, path3d(profile2)), - rpitch = pitch * r / ir, + rpitch = pitch * r / ir ) assert(profile[3].x <= rpitch/2, "face_width is too wide for the given gear geometry. Either decrease face_width, or increase the module or tooth count.") [