- added the Preferences entries for the Gerber Invert Tool

This commit is contained in:
Marius Stanciu
2020-02-15 03:41:11 +02:00
committed by Marius
parent 9fc2ba8ffd
commit 49c82a3e33
5 changed files with 116 additions and 16 deletions

View File

@@ -515,7 +515,9 @@ class ToolPunchGerber(FlatCAMTool):
punch_method = self.method_punch.get_value()
new_options = deepcopy(grb_obj.options)
new_options = dict()
for opt in grb_obj.options:
new_options[opt] = deepcopy(grb_obj.options[opt])
if punch_method == 'exc':