printrun-src/printrun/svg2gcode/shapes.py

changeset 19
234037fbca4b
parent 16
36d478bde840
child 21
8551b89bd05e
--- a/printrun-src/printrun/svg2gcode/shapes.py	Fri Jun 03 10:06:09 2016 +0200
+++ b/printrun-src/printrun/svg2gcode/shapes.py	Fri Jun 03 21:14:09 2016 +0200
@@ -141,10 +141,9 @@
             points =  points.split()
             for pa in points:
                 self.points.append(pa)
-            if polycommon_el.get('fill'):
-                # Append first point to close shape
-                #self.points.append(points[0])
-                print repr(self.points)                
+            #if polycommon_el.get('fill'):
+            #    # Append first point to close shape
+            #    self.points.append(points[0])
         else:
             logging.error("polycommon: Unable to get the attributes for %s", self.xml_node)
 

mercurial