mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-04-19 14:12:32 +02:00
Removed extraneous trailing comma.
This commit is contained in:
parent
da6da392d5
commit
4a473e0d00
@ -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…
x
Reference in New Issue
Block a user