Skip to content

Commit

Permalink
Minor gears.scad docs correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
revarbat committed Aug 10, 2023
1 parent 2b0ab11 commit 06bcaa2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gears.scad
Original file line number Diff line number Diff line change
Expand Up @@ -3527,7 +3527,7 @@ function gear_shorten(teeth1,teeth2,helical=0,profile_shift1="auto",profile_shif

// Function: gear_shorten_skew()
// Usage:
// shorten = gear_shorten(teeth1, teeth2, helical1, helical2, [profile_shift1], [profile_shift2], [pressure_angle=]);
// shorten = gear_shorten_skew(teeth1, teeth2, helical1, helical2, [profile_shift1], [profile_shift2], [pressure_angle=]);
// Synopsis: Returns the tip shortening parameter for profile shifted skew axis helical gears.
// Description:
// Compute the gear tip shortening factor for skew axis helical gears that have profile shifts. This factor depends on both
Expand Down Expand Up @@ -3556,6 +3556,3 @@ function gear_shorten_skew(teeth1,teeth2,helical1,helical2,profile_shift1="auto"


// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap



0 comments on commit 06bcaa2

Please sign in to comment.