allow use aligndrill also for geometries

This commit is contained in:
Kamil Sopko
2016-02-21 17:39:26 +01:00
parent f73c1b81dc
commit 1d663c4efe

View File

@@ -2263,9 +2263,8 @@ class App(QtCore.QObject):
if obj is None:
return "Object not found: %s" % name
if not isinstance(obj, FlatCAMGerber) and not isinstance(obj, FlatCAMExcellon):
return "ERROR: Only Gerber and Excellon objects can be used."
if not isinstance(obj, FlatCAMGeometry) and not isinstance(obj, FlatCAMGerber) and not isinstance(obj, FlatCAMExcellon):
return "ERROR: Only Gerber, Geometry and Excellon objects can be used."
# Axis
try: