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...")