- fixed some of the Tcl Commands that depended on the methods refactored above

This commit is contained in:
Marius Stanciu
2020-10-24 20:28:37 +03:00
committed by Marius
parent 9491bdc4fc
commit 8de411d4c4
7 changed files with 10 additions and 6 deletions

View File

@@ -62,4 +62,4 @@ class TclCommandOpenGerber(TclCommandSignaled):
args['plot'] = False
args['from_tcl'] = True
self.app.open_gerber(filename, outname, **args)
self.app.f_handlers.open_gerber(filename, outname, **args)