fix missing HorizFeed in boundaryDressup

fix missing HorizFeed in boundaryDressup  see bug #4260
This commit is contained in:
J-Dunn
2020-02-08 21:10:50 +00:00
committed by GitHub
parent 16b2b9a864
commit c944aafc59

View File

@@ -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