- added CNCJob geometry for the holes created by the drills from Excellon objects

This commit is contained in:
Marius Stanciu
2019-03-27 01:21:01 +02:00
parent 0002d32341
commit 1aabb1c084
3 changed files with 42 additions and 2 deletions

View File

@@ -2419,6 +2419,8 @@ class FlatCAMExcellon(FlatCAMObj, Excellon):
### Add properties to the object
job_obj.origin_kind = 'excellon'
job_obj.options['Tools_in_use'] = tool_table_items
job_obj.options['type'] = 'Excellon'
job_obj.options['ppname_e'] = pp_excellon_name
@@ -5715,7 +5717,6 @@ class FlatCAMCNCjob(FlatCAMObj, CNCjob):
self.ui.plot_cb.setChecked(True)
self.ui_connect()
def plot(self, visible=None, kind='all'):
# Does all the required setup and returns False