- made FlatCAMExcellon and FlatCAMGerber into their own files in the flatcamParser folder

This commit is contained in:
Marius Stanciu
2019-10-06 07:14:10 +03:00
committed by Marius
parent ce9c15a2ed
commit 8762b115c9
7 changed files with 3418 additions and 3404 deletions

View File

@@ -16,6 +16,8 @@ from flatcamGUI.ObjectUI import *
from FlatCAMCommon import LoudDict
from flatcamGUI.PlotCanvasLegacy import ShapeCollectionLegacy
from camlib import *
from flatcamParsers.ParseExcellon import Excellon
from flatcamParsers.ParseGerber import Gerber
import itertools
import tkinter as tk