- working on a new tool to process automatically PcbWizard Excellon files which are generated in 2 files

This commit is contained in:
Marius Stanciu
2019-04-15 03:29:43 +03:00
parent 2e7d9f953f
commit db26895b5b
6 changed files with 437 additions and 7 deletions

View File

@@ -14,5 +14,6 @@ from flatcamTools.ToolPaint import ToolPaint
from flatcamTools.ToolNonCopperClear import NonCopperClear
from flatcamTools.ToolTransform import ToolTransform
from flatcamTools.ToolSolderPaste import SolderPaste
from flatcamTools.ToolPcbWizard import PcbWizard
from flatcamTools.ToolShell import FCShell