trying to fix doc error

This commit is contained in:
Adrian Mariano 2023-07-25 20:16:33 -04:00
parent 7709ca5c4a
commit 33defc80cd

View file

@ -2844,8 +2844,8 @@ fdaseee= echo(rhs=rhs),
// Description: // Description:
// Compute the correct skew angle between the axes of two helical gears. // 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)= 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( let(
//mod = circular_pitch(pitch, mod, circ_pitch, diam_pitch)/PI, //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), a = gear_dist_skew(mod,teeth1,profile_shift1,helical1,teeth2, profile_shift2,helical2,pressure_angle),