mirror of
https://github.com/Denvi/FlatCAM.git
synced 2026-03-06 00:14:23 +01:00
9 lines
147 B
Python
9 lines
147 B
Python
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')
|
|
|