[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-11-18 20:20:45 +00:00
parent 6058a47f58
commit cd2e26bbea
+2 -6
View File
@@ -715,9 +715,7 @@ class ObjectDressup:
tangent = -self.angleToVector(angleTangent) * tangentLength
normal = App.Vector(0, 0, normalLength)
arcBegin = begin + tangent + normal
lead.extend(
self.createArcZMoveDown(obj, arcBegin, begin, arcRadius)
)
lead.extend(self.createArcZMoveDown(obj, arcBegin, begin, arcRadius))
# replace 'begin' position with first lead-in command
begin = lead[0].positionBegin()
@@ -805,9 +803,7 @@ class ObjectDressup:
* normalLength
)
arcEnd = end + tangent + normal
lead.append(
self.createArcMove(obj, end, arcEnd, normalMax, obj.InvertOut)
)
lead.append(self.createArcMove(obj, end, arcEnd, normalMax, obj.InvertOut))
# append "Line" style lead-out
# Line3d the same as Line, but increased Z start point