Fix typo on script example

This commit is contained in:
hasecilu
2024-11-16 14:15:04 -06:00
committed by lorenz
parent 4d87de3f0c
commit e6b44cfe52

View File

@@ -82,7 +82,7 @@ Use the power of python to automate your gear modeling:
import FreeCAD as App
import freecad.gears.commands
gear = freecad.gears.commands.CreateInvoluteGear.create()
gear.teeth = 20
gear.num_teeth = 20
gear.beta = 20
gear.height = 10
gear.double_helix = True