- 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:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user