Преглед изворни кода

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

jpcaram пре 11 година
родитељ
комит
4389f173a8
1 измењених фајлова са 2 додато и 2 уклоњено
  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...")