From 8fc24a063eba2695f7e5aea689d09211040cedfe Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Sun, 22 Oct 2017 18:05:02 -0700 Subject: [PATCH] Using vertical speed for tags. --- src/Mod/Path/PathScripts/PathDressupHoldingTags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathDressupHoldingTags.py b/src/Mod/Path/PathScripts/PathDressupHoldingTags.py index 67c16f2269..79f55f7351 100644 --- a/src/Mod/Path/PathScripts/PathDressupHoldingTags.py +++ b/src/Mod/Path/PathScripts/PathDressupHoldingTags.py @@ -795,7 +795,7 @@ class ObjectTagDressup: 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