mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fixed uncommented Example.
This commit is contained in:
parent
f74f0565df
commit
0b6e4dfe04
1 changed files with 2 additions and 2 deletions
|
@ -1997,8 +1997,8 @@ module bevel_gear(
|
||||||
// Example: Left Handed
|
// Example: Left Handed
|
||||||
// worm(circ_pitch=8, d=30, l=50, starts=3, left_handed=true, $fn=72);
|
// worm(circ_pitch=8, d=30, l=50, starts=3, left_handed=true, $fn=72);
|
||||||
// Example: Called as Function
|
// Example: Called as Function
|
||||||
vnf = worm(circ_pitch=8, d=35, l=50, starts=2, left_handed=true, pressure_angle=20, $fn=72);
|
// vnf = worm(circ_pitch=8, d=35, l=50, starts=2, left_handed=true, pressure_angle=20, $fn=72);
|
||||||
vnf_polyhedron(vnf);
|
// vnf_polyhedron(vnf);
|
||||||
|
|
||||||
function worm(
|
function worm(
|
||||||
circ_pitch,
|
circ_pitch,
|
||||||
|
|
Loading…
Reference in a new issue