- finished adding new feature in Cutout Tool: cut a geometry by drilling along its path

This commit is contained in:
Marius Stanciu
2020-11-11 00:37:30 +02:00
committed by Marius
parent f3fb0bb497
commit 953be31f6e
6 changed files with 125 additions and 4 deletions

View File

@@ -159,7 +159,6 @@ class ToolExtract(AppTool):
prop_factor = self.ui.factor_entry.get_value() / 100.0
drills = []
tools = {}
selection_index = self.ui.gerber_object_combo.currentIndex()
@@ -401,7 +400,6 @@ class ToolExtract(AppTool):
def obj_init(obj_inst, app_inst):
obj_inst.tools = tools
obj_inst.drills = drills
obj_inst.create_geometry()
obj_inst.source_file = app_inst.f_handlers.export_excellon(obj_name=outname, local_use=obj_inst,
filename=None,