Skip to content

Commit

Permalink
Fix typo on script example
Browse files Browse the repository at this point in the history
  • Loading branch information
hasecilu authored and looooo committed Nov 17, 2024
1 parent 4d87de3 commit e6b44cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6b44cf

Please sign in to comment.