Fixed bugs in gitignore, skipdisclaimer & run perms

This commit is contained in:
Scott Daniels 2013-03-31 12:32:50 -05:00
parent e574debf5b
commit 0b1315952f
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
*.pyc

View File

@ -24,6 +24,7 @@ import aptable
Config = {
'measurementunits': 'inch', # Unit system to use: inch or mm
'searchtimeout': 0, # moved here from hardcoded below
'skipdisclaimer': 0, # set to 1 to skip disclaimer prompt
'xspacing': 0, # Spacing in horizontal direction - default is set in parseConfigFile based on units
'yspacing': 0, # Spacing in vertical direction - ditto
'panelwidth': '12.6', # X-Dimension maximum panel size (Olimex)

0
gerbmerge/gerbmerge.py Normal file → Executable file
View File