From c944aafc59f5bdbf36ed8a9f5ace54b994c12efa Mon Sep 17 00:00:00 2001 From: J-Dunn Date: Sat, 8 Feb 2020 21:10:50 +0000 Subject: [PATCH] fix missing HorizFeed in boundaryDressup fix missing HorizFeed in boundaryDressup see bug #4260 --- src/Mod/Path/PathScripts/PathDressupPathBoundary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathDressupPathBoundary.py b/src/Mod/Path/PathScripts/PathDressupPathBoundary.py index 34029fede8..808778f2d7 100644 --- a/src/Mod/Path/PathScripts/PathDressupPathBoundary.py +++ b/src/Mod/Path/PathScripts/PathDressupPathBoundary.py @@ -150,7 +150,7 @@ class DressupPathBoundary(object): commands.extend(self.boundaryCommands(obj, lastExit, pos, tc.VertFeed.Value)) lastExit = None PathLog.track(e, flip) - commands.extend(PathGeom.cmdsForEdge(e, flip, False)) + commands.extend(PathGeom.cmdsForEdge(e, flip, False,50,tc.HorizFeed.Value,tc.VertFeed.Value)) # add missing HorizFeed to G2 paths inside.remove(e) pos = newPos lastExit = newPos