- Drilling Tool - fixed a bug where this Tool will work on a previous version of the selected Excellon object (in case that the object was altered between launch of the Drilling Tool and the GCode generation)

This commit is contained in:
Marius Stanciu
2020-12-10 17:49:34 +02:00
committed by Marius
parent f2cf71f7b2
commit c3185b2669
2 changed files with 4 additions and 0 deletions

View File

@@ -1814,6 +1814,9 @@ class ToolDrilling(AppTool, Excellon):
self.app.inform.emit('[ERROR_NOTCL] %s.' % _("Object not found"))
return
# update the Excellon Tools
self.excellon_tools = obj.tools
xmin = obj.options['xmin']
ymin = obj.options['ymin']
xmax = obj.options['xmax']