Wrongly using mil def for mm
This commit is contained in:
parent
cd0ed5aed0
commit
ca3c682da5
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class ExcellonToolDefinitionParser(object):
|
|||
matchers = [
|
||||
(allegro_tool, 'mils'),
|
||||
(allegro_comment_mils, 'mils'),
|
||||
(allegro_comment_mils, 'mm'),
|
||||
(allegro_comment_mm, 'mm'),
|
||||
]
|
||||
|
||||
def __init__(self, settings=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue