From 0976fdb0fa7ed600d52b90aa2d8d3f40a2165bed Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 23:03:17 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/Mod/CAM/Path/Dressup/Gui/LeadInOut.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/Mod/CAM/Path/Dressup/Gui/LeadInOut.py b/src/Mod/CAM/Path/Dressup/Gui/LeadInOut.py index 3520545e8b..9b8202af7c 100644 --- a/src/Mod/CAM/Path/Dressup/Gui/LeadInOut.py +++ b/src/Mod/CAM/Path/Dressup/Gui/LeadInOut.py @@ -799,9 +799,7 @@ class ObjectDressup: ) arcEnd = end + tangent + normal lead.append( - self.createArcMove( - obj, end, arcEnd, normalMax, obj.InvertOut, self.exitFeed - ) + self.createArcMove(obj, end, arcEnd, normalMax, obj.InvertOut, self.exitFeed) ) # append "Line" style lead-out @@ -850,9 +848,7 @@ class ObjectDressup: tangent = self.angleToVector(angleTangent) * tangentLength normal = App.Vector(0, 0, normalLength) arcEnd = end + tangent + normal - lead.extend( - self.createArcZMoveUp(obj, end, arcEnd, arcRadius, self.exitFeed) - ) + lead.extend(self.createArcZMoveUp(obj, end, arcEnd, arcRadius, self.exitFeed)) if obj.StyleOut in ("Arc3d", "Line3d"): # Up Z end point for Arc3d and Line3d