Removed extraneous trailing comma.

This commit is contained in:
Revar Desmera 2023-07-15 16:35:18 -07:00
parent da6da392d5
commit 4a473e0d00

View file

@ -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(