Marius Stanciu 6 lat temu
rodzic
commit
2d448b68ad
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      FlatCAMObj.py

+ 1 - 1
FlatCAMObj.py

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