From 02157cdbff4ff3230ebf244c910c7993b9b22547 Mon Sep 17 00:00:00 2001 From: sliptonic Date: Fri, 16 Oct 2020 14:14:08 -0500 Subject: [PATCH] fix deburr direction. --- src/Mod/Path/PathScripts/PathDeburr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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