mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 09:20:22 +02:00
Removed extraneous trailing comma.
This commit is contained in:
@@ -971,7 +971,7 @@ function rack2d(
|
|||||||
PA = _inherit_gear_param("pressure_angle", pressure_angle, $parent_gear_pa, _GEAR_PA),
|
PA = _inherit_gear_param("pressure_angle", pressure_angle, $parent_gear_pa, _GEAR_PA),
|
||||||
helical = _inherit_gear_param("helical", helical, $parent_gear_helical, _GEAR_HELICAL),
|
helical = _inherit_gear_param("helical", helical, $parent_gear_helical, _GEAR_HELICAL),
|
||||||
adendum = _adendum(pitch, profile_shift),
|
adendum = _adendum(pitch, profile_shift),
|
||||||
dedendum = _dedendum(pitch, clearance, profile_shift),
|
dedendum = _dedendum(pitch, clearance, profile_shift)
|
||||||
)
|
)
|
||||||
assert(dedendum < height)
|
assert(dedendum < height)
|
||||||
let(
|
let(
|
||||||
|
Reference in New Issue
Block a user