fix deburr direction.

This commit is contained in:
sliptonic
2020-10-16 14:14:08 -05:00
parent 4ce860cbf9
commit 02157cdbff

View File

@@ -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