Allow G85 for invalid files
This commit is contained in:
parent
7e06f3a2f5
commit
10c7075ad5
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ class ExcellonParser(object):
|
|||
if y is not None:
|
||||
self.pos[1] += y
|
||||
|
||||
if self.state == 'DRILL':
|
||||
if self.state == 'DRILL' or self.state == 'HEADER':
|
||||
if not self.active_tool:
|
||||
self.active_tool = self._get_tool(1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue