mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-12 11:14:08 +02:00
Removed an evil extra comma.
This commit is contained in:
@@ -2413,7 +2413,7 @@ function _gear_tooth_profile(
|
||||
|
||||
// Reduce number of vertices.
|
||||
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
|
||||
|
Reference in New Issue
Block a user