mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-06 13:56:32 +02:00
trying to fix doc error
This commit is contained in:
@@ -2844,8 +2844,8 @@ fdaseee= echo(rhs=rhs),
|
||||
// Description:
|
||||
// Compute the correct skew angle between the axes of two helical gears.
|
||||
function gear_skew_angle(mod,teeth1,profile_shift1,helical1,teeth2, profile_shift2,helical2,pressure_angle=20)=
|
||||
// profile_shift1==0 && profile_shift2==0 ? helical1+helical2
|
||||
// :
|
||||
profile_shift1==0 && profile_shift2==0 ? helical1+helical2
|
||||
:
|
||||
let(
|
||||
//mod = circular_pitch(pitch, mod, circ_pitch, diam_pitch)/PI,
|
||||
a = gear_dist_skew(mod,teeth1,profile_shift1,helical1,teeth2, profile_shift2,helical2,pressure_angle),
|
||||
|
Reference in New Issue
Block a user