- 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

@@ -19,6 +19,7 @@ from rtree import index as rtindex
from camlib import *
from flatcamGUI.GUIElements import FCEntry, FCComboBox, FCTable, FCDoubleSpinner, LengthEntry, RadioSet, SpinBoxDelegate
from flatcamEditors.FlatCAMGeoEditor import FCShapeTool, DrawTool, DrawToolShape, DrawToolUtilityShape, FlatCAMGeoEditor
from flatcamParsers.ParseExcellon import Excellon
from copy import copy, deepcopy

View File

@@ -24,6 +24,7 @@ from camlib import *
from flatcamGUI.GUIElements import FCEntry, FCComboBox, FCTable, FCDoubleSpinner, LengthEntry, RadioSet, \
SpinBoxDelegate, EvalEntry, EvalEntry2, FCInputDialog, FCButton, OptionalInputSection, FCCheckBox
from FlatCAMObj import FlatCAMGerber
from flatcamParsers.ParseGerber import Gerber
from FlatCAMTool import FlatCAMTool
from numpy.linalg import norm as numpy_norm