mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Removed extraneous trailing comma.
This commit is contained in:
parent
1cffd6f8c8
commit
678df83174
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue