diff --git a/src/Mod/Path/PathScripts/PathDrilling.py b/src/Mod/Path/PathScripts/PathDrilling.py index 7cd37e7a01..94cb9da3b5 100644 --- a/src/Mod/Path/PathScripts/PathDrilling.py +++ b/src/Mod/Path/PathScripts/PathDrilling.py @@ -221,7 +221,7 @@ class ObjectDrilling: output += cmd + \ " X" + fmt(p['x']) + \ " Y" + fmt(p['y']) + \ - " Z" + fmt(obj.FinalDepth.Value - tiplength) + qword + pword + \ + " Z" + fmt(obj.FinalDepth.Value + tiplength) + qword + pword + \ " R" + str(obj.RetractHeight.Value) + \ " F" + str(self.vertFeed) + "\n" \