Andrei 2021-05-30 13:40:54 +03:00
parent d45988a8a3
commit 04a696eb27
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ for g in gerbers:
if not copied:
if (g == ".DRL"):
print ("* Skipping Drill for " + name + "...")
elif (g == ".G2" or g == ".G3"):
print ("* Skipping Internal Layer " + g + " for " + name + "...")
else:
print ("Error! Gerber " + g + " not found for " + name + "!")
sys.exit(2)