- changed the Jump To icon and reverted some changes to the parseGerber and ParseExcellon classes

This commit is contained in:
Marius Stanciu
2019-10-06 16:37:45 +03:00
committed by Marius
parent a6b89dbf3a
commit 1a841e3fdc
5 changed files with 3 additions and 44 deletions

View File

@@ -1,32 +1,13 @@
from camlib import Geometry
import FlatCAMApp
from camlib import *
import FlatCAMTranslation as fcTranslate
from shapely.geometry import Polygon, Point, LineString, MultiPolygon
from shapely.ops import cascaded_union
import shapely.affinity as affinity
import re
import traceback
import gettext
import builtins
import numpy as np
from numpy import Inf
import logging
if '_' not in builtins.__dict__:
_ = gettext.gettext
log = logging.getLogger('base2')
log.setLevel(logging.DEBUG)
formatter = logging.Formatter('[%(levelname)s] %(message)s')
handler = logging.StreamHandler()
handler.setFormatter(formatter)
log.addHandler(handler)
class Excellon(Geometry):
"""