mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-04-11 18:55:20 +00:00
Fixed worm_gear() module example code.
This commit is contained in:
parent
697368b3a3
commit
7b9fd862ea
2 changed files with 2 additions and 2 deletions
|
@ -1208,7 +1208,7 @@ module worm(
|
|||
// Example: Multiple Starts
|
||||
// worm_gear(pitch=5, teeth=36, worm_diam=30, worm_starts=4);
|
||||
// Example: Metric Worm Gear
|
||||
// worm_gear(mod=25, teeth=32, worm_diam=30, worm_starts=1);
|
||||
// worm_gear(mod=2, teeth=32, worm_diam=30, worm_starts=1);
|
||||
// Example: Called as Function
|
||||
// vnf = worm_gear(pitch=8, teeth=30, worm_diam=30, worm_starts=1);
|
||||
// vnf_polyhedron(vnf);
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,515];
|
||||
BOSL_VERSION = [2,0,516];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue