From 4389f173a8a8b5c9ca5378782409f18f2d52ff97 Mon Sep 17 00:00:00 2001 From: jpcaram Date: Thu, 29 Jan 2015 17:22:09 -0500 Subject: [PATCH] Removed path_join() from painting algorithm as paint_join() should do the trick alone. --- camlib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/camlib.py b/camlib.py index 71ee175c..9069d051 100644 --- a/camlib.py +++ b/camlib.py @@ -405,8 +405,8 @@ class Geometry(object): geoms.insert(g) # Optimization connect touching paths - log.debug("Connecting paths...") - geoms = Geometry.path_connect(geoms) + # log.debug("Connecting paths...") + # geoms = Geometry.path_connect(geoms) # Optimization: Reduce lifts log.debug("Reducing tool lifts...")