|
@@ -2633,8 +2633,10 @@ class FlatCAMExcellon(FlatCAMObj, Excellon):
|
|
|
|
|
|
|
|
for tool in tools:
|
|
for tool in tools:
|
|
|
if tooldia > self.tools[tool]["C"]:
|
|
if tooldia > self.tools[tool]["C"]:
|
|
|
- self.app.inform.emit('[ERROR_NOTCL] %s' %
|
|
|
|
|
- _("Milling tool for DRILLS is larger than hole size. Cancelled."))
|
|
|
|
|
|
|
+ self.app.inform.emit('[ERROR_NOTCL] %s %s: %s' % (
|
|
|
|
|
+ _("Milling tool for DRILLS is larger than hole size. Cancelled.",
|
|
|
|
|
+ str(tool))
|
|
|
|
|
+ ))
|
|
|
return False, "Error: Milling tool is larger than hole."
|
|
return False, "Error: Milling tool is larger than hole."
|
|
|
|
|
|
|
|
def geo_init(geo_obj, app_obj):
|
|
def geo_init(geo_obj, app_obj):
|