Merge pull request #3026 from J-Dunn/master

Path: fix missing HorizFeed in boundaryDressup
This commit is contained in:
sliptonic
2020-02-09 16:20:20 +01:00
committed by GitHub

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