diff --git a/src/Mod/CAM/Path/Op/Vcarve.py b/src/Mod/CAM/Path/Op/Vcarve.py index b54cd27a9798..48d4ce7c67c3 100644 --- a/src/Mod/CAM/Path/Op/Vcarve.py +++ b/src/Mod/CAM/Path/Op/Vcarve.py @@ -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