Removed an evil extra comma.

This commit is contained in:
Revar Desmera 2023-07-31 02:37:53 -07:00
parent 9233197a6c
commit fdb5355b30

View file

@ -2413,7 +2413,7 @@ function _gear_tooth_profile(
// Reduce number of vertices. // Reduce number of vertices.
tooth = path_merge_collinear( tooth = path_merge_collinear(
resample_path(full_tooth, n=ceil(2*steps), closed=false), resample_path(full_tooth, n=ceil(2*steps), closed=false)
), ),
out = center? fwd(prad, p=tooth) : tooth out = center? fwd(prad, p=tooth) : tooth