Marius Stanciu %!s(int64=6) %!d(string=hai) anos
pai
achega
2d448b68ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      FlatCAMObj.py

+ 1 - 1
FlatCAMObj.py

@@ -876,7 +876,7 @@ class FlatCAMGerber(FlatCAMObj, Gerber):
 
 
             if invert:
             if invert:
                 try:
                 try:
-                    if type(geom) is MultiPolygon or type(geom) is list:
+                    if type(geom) is MultiPolygon:
                         pl = []
                         pl = []
                         for p in geom:
                         for p in geom:
                             if p is not None:
                             if p is not None: