mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
trying to fix doc error
This commit is contained in:
parent
7709ca5c4a
commit
33defc80cd
1 changed files with 6 additions and 6 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue