Explorar o código

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

jpcaram %!s(int64=11) %!d(string=hai) anos
pai
achega
4389f173a8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      camlib.py

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