Removed path_join() from painting algorithm as paint_join() should do the trick alone.

This commit is contained in:
jpcaram
2015-01-29 17:22:09 -05:00
parent c2c7a83855
commit 4389f173a8

View File

@@ -405,8 +405,8 @@ class Geometry(object):
geoms.insert(g) geoms.insert(g)
# Optimization connect touching paths # Optimization connect touching paths
log.debug("Connecting paths...") # log.debug("Connecting paths...")
geoms = Geometry.path_connect(geoms) # geoms = Geometry.path_connect(geoms)
# Optimization: Reduce lifts # Optimization: Reduce lifts
log.debug("Reducing tool lifts...") log.debug("Reducing tool lifts...")