Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 18, 2024
1 parent 48b2e86 commit 058dde7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Mod/CAM/Path/Op/Vcarve.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,12 +505,12 @@ def _cutWire(wire, currentPosition=None):
while geom.incrementStepDownDepth(maximumUsableDepth):
cutWires(wires, pathlist, obj.OptimizeMovements)

# add finishing pass if enabled
# add finishing pass if enabled

if obj.FinishingPass:
geom.offset = obj.FinishingPassZOffset.Value
geom.offset = obj.FinishingPassZOffset.Value

cutWires(wires, pathlist, obj.OptimizeMovements)
cutWires(wires, pathlist, obj.OptimizeMovements)

self.commandlist = pathlist

Expand Down

0 comments on commit 058dde7

Please sign in to comment.