mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
Merge pull request #1215 from BelfrySCAD/revarbat_dev
Fixed gears Figure generation.
This commit is contained in:
commit
8561f860e4
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ function _inherit_gear_thickness(thickness) =
|
||||||
|
|
||||||
// Section: Involute Spur Gears
|
// Section: Involute Spur Gears
|
||||||
// The simplest gear form is the involute spur gear, which is an extrusion of a two dimensional form.
|
// The simplest gear form is the involute spur gear, which is an extrusion of a two dimensional form.
|
||||||
// Figure(Med,NoAxes): Involute Spur Gear
|
// Figure(3D,Med,NoAxes): Involute Spur Gear
|
||||||
// spur_gear(mod=5,teeth=18,pressure_angle=20,thickness=25);
|
// spur_gear(mod=5,teeth=18,pressure_angle=20,thickness=25);
|
||||||
// Continues:
|
// Continues:
|
||||||
// The term "involute" refers to the shape of the teeth: the curves of the teeth involutes of circles,
|
// The term "involute" refers to the shape of the teeth: the curves of the teeth involutes of circles,
|
||||||
|
|
Loading…
Reference in a new issue