From 3cc32fc9910e1dd42ee2f594c15159b6f0b36097 Mon Sep 17 00:00:00 2001 From: Russell Johnson <47639332+Russ4262@users.noreply.github.com> Date: Mon, 30 Nov 2020 21:09:34 -0600 Subject: [PATCH] Path: Delete unnecessary comment block --- src/Mod/Path/PathScripts/PathCircularHoleBase.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Mod/Path/PathScripts/PathCircularHoleBase.py b/src/Mod/Path/PathScripts/PathCircularHoleBase.py index 58a98a1f8d..c88cdf90d4 100644 --- a/src/Mod/Path/PathScripts/PathCircularHoleBase.py +++ b/src/Mod/Path/PathScripts/PathCircularHoleBase.py @@ -734,12 +734,6 @@ class ObjectOp(PathOp.ObjectOp): elif axis == 'Y': vect = FreeCAD.Vector(0, 1, 0) - # Commented out to fix PocketShape InverseAngle rotation problem - # if obj.InverseAngle is True: - # angle = -1 * angle - # if math.fabs(angle) == 0.0: - # angle = 0.0 - # Create a temporary clone of model for rotational use. (clnBase, clnStock, tag) = self.cloneBaseAndStock(obj, base, angle, axis, subCount)