diff --git a/camlib.py b/camlib.py index 1a9fa966..b0c51166 100644 --- a/camlib.py +++ b/camlib.py @@ -379,7 +379,7 @@ class Geometry(object): """ log.debug("camlib.clear_polygon()") - assert type(polygon) == Polygon + assert type(polygon) == Polygon or type(polygon) == MultiPolygon ## The toolpaths # Index first and last points in paths