Alpha 6 release files

This commit is contained in:
Juan Pablo Caram
2014-09-06 20:45:44 -04:00
parent 0974e54d98
commit 32076d4020
4 changed files with 23 additions and 18 deletions

View File

@@ -1424,7 +1424,7 @@ class Excellon(Geometry):
self.drills = []
# Trailing "T" or leading "L" (default)
self.zeros = "L"
self.zeros = "T"
# Attributes to be included in serialization
# Always append to it because it carries contents
@@ -1625,6 +1625,8 @@ class Excellon(Geometry):
continue
log.warning("Line ignored: %s" % eline)
log.info("Zeros: %s, Units %s." % (self.zeros, self.units))
def parse_number(self, number_str):
"""