Optimized Gerber parser. Some minor improvements to Excellon parser.
This commit is contained in:
8
tests/profile_gerber_parser.py
Normal file
8
tests/profile_gerber_parser.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import os
|
||||
os.chdir('../')
|
||||
|
||||
from camlib import *
|
||||
|
||||
g = Gerber()
|
||||
g.parse_file(r'C:\Users\jpcaram\Dropbox\CNC\pcbcam\test_files\PlacaReles-F_Cu.gtl')
|
||||
|
||||
Reference in New Issue
Block a user