Fixed worm_gear() module example code.

This commit is contained in:
Garth Minette
2021-01-05 18:04:41 -08:00
parent 697368b3a3
commit 7b9fd862ea
2 changed files with 2 additions and 2 deletions

View File

@@ -1208,7 +1208,7 @@ module worm(
// Example: Multiple Starts // Example: Multiple Starts
// worm_gear(pitch=5, teeth=36, worm_diam=30, worm_starts=4); // worm_gear(pitch=5, teeth=36, worm_diam=30, worm_starts=4);
// Example: Metric Worm Gear // 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 // Example: Called as Function
// vnf = worm_gear(pitch=8, teeth=30, worm_diam=30, worm_starts=1); // vnf = worm_gear(pitch=8, teeth=30, worm_diam=30, worm_starts=1);
// vnf_polyhedron(vnf); // vnf_polyhedron(vnf);

View File

@@ -6,7 +6,7 @@
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,515]; BOSL_VERSION = [2,0,516];
// Section: BOSL Library Version Functions // Section: BOSL Library Version Functions