mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-14 00:14:22 +02:00
Removed an evil extra comma.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user