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
da6da392d5
commit
4a473e0d00
1 changed files with 1 additions and 1 deletions
|
@ -971,7 +971,7 @@ function rack2d(
|
|||
PA = _inherit_gear_param("pressure_angle", pressure_angle, $parent_gear_pa, _GEAR_PA),
|
||||
helical = _inherit_gear_param("helical", helical, $parent_gear_helical, _GEAR_HELICAL),
|
||||
adendum = _adendum(pitch, profile_shift),
|
||||
dedendum = _dedendum(pitch, clearance, profile_shift),
|
||||
dedendum = _dedendum(pitch, clearance, profile_shift)
|
||||
)
|
||||
assert(dedendum < height)
|
||||
let(
|
||||
|
|
Loading…
Reference in a new issue