diff --git a/src/Mod/Path/PathScripts/PathDeburr.py b/src/Mod/Path/PathScripts/PathDeburr.py index b60fda27da..5608f70693 100644 --- a/src/Mod/Path/PathScripts/PathDeburr.py +++ b/src/Mod/Path/PathScripts/PathDeburr.py @@ -153,7 +153,7 @@ class ObjectDeburr(PathEngraveBase.ObjectOp): # obj.Side = side[0] # Set direction of op - forward = (obj.Direction == 'CCW') + forward = (obj.Direction == 'CW') zValues = [] z = 0