- 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:
@@ -15,6 +15,7 @@ CHANGELOG for FlatCAM beta
|
|||||||
- minor changes to the UI to all Tools with 'Beginner/Advanced' Mode
|
- minor changes to the UI to all Tools with 'Beginner/Advanced' Mode
|
||||||
- Film Tool - remade the 'Beginner/Advanced' Mode
|
- Film Tool - remade the 'Beginner/Advanced' Mode
|
||||||
- 2Sided Tool - remade the 'Beginner/Advanced' Mode
|
- 2Sided Tool - remade the 'Beginner/Advanced' Mode
|
||||||
|
- 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)
|
||||||
|
|
||||||
9.11.2020
|
9.11.2020
|
||||||
|
|
||||||
|
|||||||
@@ -1814,6 +1814,9 @@ class ToolDrilling(AppTool, Excellon):
|
|||||||
self.app.inform.emit('[ERROR_NOTCL] %s.' % _("Object not found"))
|
self.app.inform.emit('[ERROR_NOTCL] %s.' % _("Object not found"))
|
||||||
return
|
return
|
||||||
|
|
||||||
|
# update the Excellon Tools
|
||||||
|
self.excellon_tools = obj.tools
|
||||||
|
|
||||||
xmin = obj.options['xmin']
|
xmin = obj.options['xmin']
|
||||||
ymin = obj.options['ymin']
|
ymin = obj.options['ymin']
|
||||||
xmax = obj.options['xmax']
|
xmax = obj.options['xmax']
|
||||||
|
|||||||
Reference in New Issue
Block a user