Skip to content

Commit

Permalink
Merge branch 'vcarve-fix' of https://github.com/phaseloop/FreeCAD int…
Browse files Browse the repository at this point in the history
…o vcarve-fix
  • Loading branch information
phaseloop committed Jan 12, 2025
2 parents a204153 + 058dde7 commit 328d612
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 328d612

Please sign in to comment.