Skip to content

Commit

Permalink
Using vertical speed for tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlampert authored and yorikvanhavre committed Nov 1, 2017
1 parent c41f586 commit 8fc24a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Path/PathScripts/PathDressupHoldingTags.py
Expand Up @@ -795,7 +795,7 @@ def createPath(self, obj, pathData, tags):
zVal2 = zVal2 and round(zVal2, 8)

if cmd.Name in ['G1', 'G2', 'G3', 'G01', 'G02', 'G03']:
if zVal is not None and zVal2 != zVal:
if False and zVal is not None and zVal2 != zVal:
params['F'] = vertFeed
else:
params['F'] = horizFeed
Expand Down

0 comments on commit 8fc24a0

Please sign in to comment.