another KiCad ignore

This commit is contained in:
rusefi 2017-02-06 07:27:07 -05:00
parent f50afa6bfb
commit 4961505254
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ XIgnoreList = ( \
re.compile(r'^M30$'), # End of job
re.compile(r'^M48$'), # Program header to first %
re.compile(r'^M72$'), # Inches
re.compile(r'^FMAT,2$'),# KiCad work-around
re.compile(r'^G05$'), # Drill Mode
re.compile(r'^G90$') # Absolute Mode
)