- added 3 new tcl commands: export dxf, export excellon and export gerber

This commit is contained in:
Marius Stanciu
2019-12-02 20:54:18 +02:00
committed by Marius
parent 80dcd3805a
commit c439009251
7 changed files with 160 additions and 3 deletions

View File

@@ -17,6 +17,9 @@ import tclCommands.TclCommandCopperClear
import tclCommands.TclCommandCutout
import tclCommands.TclCommandDelete
import tclCommands.TclCommandDrillcncjob
import tclCommands.TclCommandExportDXF
import tclCommands.TclCommandExportExcellon
import tclCommands.TclCommandExportGerber
import tclCommands.TclCommandExportGcode
import tclCommands.TclCommandExportSVG
import tclCommands.TclCommandExteriors