Skip to content

Commit

Permalink
Add new property to SetupProperties()
Browse files Browse the repository at this point in the history
StartRadius property addedd
  • Loading branch information
Russ4262 committed Jul 4, 2019
1 parent f705f6f commit 8da553b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Path/PathScripts/PathHelix.py
Expand Up @@ -222,6 +222,7 @@ def SetupProperties():
setup.append("StartSide")
setup.append("StepOver")
setup.append("EnableRotation")
setup.append("StartRadius")
return setup


Expand Down

0 comments on commit 8da553b

Please sign in to comment.