- made FlatCAMExcellon and FlatCAMGerber into their own files in the flatcamParser folder
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user