From 947dc038dbbb2142a787833a321b1c8cf58c42aa Mon Sep 17 00:00:00 2001 From: Stefano Chiaro Date: Wed, 17 Feb 2021 22:24:38 +0100 Subject: [PATCH] Update src/Mod/Path/PathScripts/post/heidenhain_post.py Co-authored-by: Benjamin Nauck --- src/Mod/Path/PathScripts/post/heidenhain_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/post/heidenhain_post.py b/src/Mod/Path/PathScripts/post/heidenhain_post.py index 7206da5cb7..42219952b0 100644 --- a/src/Mod/Path/PathScripts/post/heidenhain_post.py +++ b/src/Mod/Path/PathScripts/post/heidenhain_post.py @@ -800,7 +800,7 @@ def HEIDEN_PolarArc(pol_cc_X, pol_cc_Y, pol_X, pol_Y, pol_Z, pol_Axis, pol_Incr) pol_Angle = 90 - pol_Angle # with Y axis zero have the Z+ direction elif pol_Axis == "Y": - pol_Angle = 0 + pol_Angle + pass # with Z axis zero have the X+ direction elif pol_Axis == "Z": pol_Angle = 90 - pol_Angle