mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Removed an evil extra comma.
This commit is contained in:
parent
9233197a6c
commit
fdb5355b30
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue