Skip to content

Commit

Permalink
CAM: Fix finishing pass
Browse files Browse the repository at this point in the history
  • Loading branch information
phaseloop committed Nov 18, 2024
1 parent f9ba94c commit 48b2e86
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/Mod/CAM/Path/Op/Vcarve.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,13 +507,10 @@ def _cutWire(wire, currentPosition=None):

# add finishing pass if enabled

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

# for w in wires:
# pWire = self._getPartEdges(obj, w, geom)
# if pWire:
# pathlist.extend(cutWire(pWire))
cutWires(wires, pathlist, obj.OptimizeMovements)

self.commandlist = pathlist

Expand Down

0 comments on commit 48b2e86

Please sign in to comment.