Git Product home page Git Product logo

lc2kicad's Introduction

Rigo's Code Vault

You may find...

  • Interesting random program pieces
  • Largely unfinished projects

I'm interested in...

  • Windows NT (excl. Win32)
  • Singing Voice Synthesis
  • Electronics
  • Reverse engingeering every interesting thing

Top Langs

lc2kicad's People

Contributors

badluckw avatar lawrence-link avatar rigoligorlc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lc2kicad's Issues

On converting a footprint, parameter (net 0) is generated, which kicad doesn't understand

As a result of conversion of a file with a single footprint (which originally came from a kicad library) lc2kicad generates lines containing parameter (net 0), like this:

(fp_line (start 44.230011 39.713002) (end 46.463001 37.480011) (width 0.098999) (layer F.Cu) (net 0))

The parameter (net 0) causes kicad to report an error; removing manually the (net 0) solves the problem. The json file containing the only footprint that causes the problem is attached.

test_json.zip

window 下编译:cmake报错

你好,按照说明用mingw&cmake编译,失败信息如下,请帮忙解答一下,谢谢!

WeiFan@WeiFanPC MINGW32 /c/Users/WeiFan/Downloads/LC2KiCad-master/LC2KiCad-master/build
$ cmake -G "MinGW Makefiles" .. && mingw32-make -j 8
CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!

Memory leak in (de)serializer

In serializer an std::runtime_error would be thrown if an assertThrow fails then the created object is not released.

Deserializer could have this problem too.

RAII would need to be added to avoid this memory leak.

Move document dependent data out of header section

Document dependent data could come in multiple ways; Net manager returns a string object while net class is deserialized through deserializer (which output pointer to dynamically allocated string).

Putting them into the header will result in the situation where we must concatenate everything, which causes a lot of unneeded copying.

There should be a function in the deserializer which returns a vector of pointers pointing to strings on heap. Then Core will ba able to output them without having to concatenating everything again. This also requires the return type of data should be unified (all should be pointers to strings on heap).

Missing closing parenthesis and LF char

key.json.gz

Conversion of the key.json produces the following incomplete line

(fp_line (start 115.901724 31.582868) (end 115.901724 26.582878) (width 0.050038) (layer F.Cu) (fp_line (start 115.901724 26.582878) (end 106.601768 26.582878) (width 0.050038) (layer F.Cu) (fp_line (start 106.601768 26.582878) (end 106.601768 31.582868) (width 0.050038) (layer F.Cu) (fp_line (start 106.601768 31.582868) (end 115.901724 31.582868) (width 0.050038) (layer F.Cu))

without LF -- that is, "(fp_line..." is from the next line.

Manually inserting ")" before " (fp_line" makes the file correct. Perhaps it is forgotten to be issued from the program.

Similar situation for a different object type:

res.json.gz
(segment (start 17.080078 -19.558000) (end 17.080078 -21.652078) (width 0.254000) (layer F.Cu) (segment (start 17.080078 -21.652078) (end 17.526000 -22.098000) (width 0.254000) (layer F.Cu) (segment (start 17.526000 -22.098000) (end 18.669000 -22.098000) (width 0.254000) (layer F.Cu) (segment (start 18.669000 -22.098000) (end 18.480126 -21.909126) (width 0.254000) (layer F.Cu) (segment (start 18.480126 -21.909126) (end 18.480126 -19.558000) (width 0.254000) (layer F.Cu)(net 1))

Adding "(net 1))" before "(segment (start ..." solves this.

Custom shape pad rotation and slot drill pad abnormal

Pads with slot drills won't convert properly;

Custom shaped pads won't convert properly, because EasyEDA take the individual pad center as the rotation center, while KiCad has no pad center and use the drill center as the pad center.
Drill coordinates in EasyEDA is movable while it's not in KiCad.
Custom shaped pads would probably won't use the rotation value to evaluate the pad shape; pad shape with rotation already applied would probably be stored in the JSON string directly.

Conversion fails with 1675 errors

Tried this on one of my more complex, working boards.

[Auto Parser] Read input document "/home/stepan/Desktop/1-PCB_PCB_amiga.json" as EasyEDA 6 document...
Warning: gge172276: Flood fill keepout regions will prevent all fills rather than just flood fills with lower priority. This is a behavior difference. You've been warned.
Warning: gge168972: Flood fill keepout regions will prevent all fills rather than just flood fills with lower priority. This is a behavior difference. You've been warned.
Warning: gge168807: Flood fill keepout regions will prevent all fills rather than just flood fills with lower priority. This is a behavior difference. You've been warned.
Info: gge129259: Flood fill area spoke width was not set; it is now 0.508mm.
Info: gge129266: Flood fill area spoke width was not set; it is now 0.508mm.
Info: gge157801: Flood fill area spoke width was not set; it is now 0.508mm.
Info: gge157882: Flood fill area spoke width was not set; it is now 0.508mm.
Info: gge75974: Flood fill area spoke width was not set; it is now 0.508mm.
Warning: gge175624: Flood fill keepout regions will prevent all fills rather than just flood fills with lower priority. This is a behavior difference. You've been warned.
Info: gge175627: Flood fill area spoke width was not set; it is now 0.508mm.
Warning: gge75981: Flood fill keepout regions will prevent all fills rather than just flood fills with lower priority. This is a behavior difference. You've been warned.
Info: gge175711: Flood fill area spoke width was not set; it is now 0.508mm.
Info: gge75977: Flood fill area spoke width was not set; it is now 0.508mm.
Warning: gge158393: Flood fill keepout regions will prevent all fills rather than just flood fills with lower priority. This is a behavior difference. You've been warned.
Info: gge175492: Flood fill area spoke width was not set; it is now 0.508mm.
Info: gge175495: Flood fill area spoke width was not set; it is now 0.508mm.
Warning: gge168643: Flood fill keepout regions will prevent all fills rather than just flood fills with lower priority. This is a behavior difference. You've been warned.
Warning: gge168642: Flood fill keepout regions will prevent all fills rather than just flood fills with lower priority. This is a behavior difference. You've been warned.
Warning: gge148347: Flood fill keepout regions will prevent all fills rather than just flood fills with lower priority. This is a behavior difference. You've been warned.
Warning: gge75968: Flood fill keepout regions will prevent all fills rather than just flood fills with lower priority. This is a behavior difference. You've been warned.
Warning: gge148342: Flood fill keepout regions will prevent all fills rather than just flood fills with lower priority. This is a behavior difference. You've been warned.
Warning: gge148344: Flood fill keepout regions will prevent all fills rather than just flood fills with lower priority. This is a behavior difference. You've been warned.
Warning: gge148346: Flood fill keepout regions will prevent all fills rather than just flood fills with lower priority. This is a behavior difference. You've been warned.
Info: gge157465: Flood fill area spoke width was not set; it is now 0.508mm.
Info: gge157791: Flood fill area spoke width was not set; it is now 0.508mm.
Info: gge157923: Flood fill area spoke width was not set; it is now 0.508mm.
Info: gge166926: Flood fill area spoke width was not set; it is now 0.508mm.
Error: gge175766: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge175769: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge175772: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge175775: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge175778: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge175868: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge175871: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge175874: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge175877: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge175880: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge174769: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: An SVGNODE object has been discarded.
Error: gge172308: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge172311: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge172314: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: An SVGNODE object has been discarded.
Error: gge171040: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge168209: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge168210: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge168211: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge168212: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge168213: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge168214: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge168223: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge168224: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge168225: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge168226: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge168227: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge168228: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166124: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166125: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166126: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166127: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166128: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160805: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160806: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160807: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160808: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160809: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160810: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160817: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160818: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160819: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160820: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160821: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160822: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160829: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160830: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160831: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160832: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160833: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160834: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160841: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160842: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160843: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160844: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160845: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160846: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge131164: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge75327: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge75328: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge75329: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: An SVGNODE object has been discarded.
Error: gge74419: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74420: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74421: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74422: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74423: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74424: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74425: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74426: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74427: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74428: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74429: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74430: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74431: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74432: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74433: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74434: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74435: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74436: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74437: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74438: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74439: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74440: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74441: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74442: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74443: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74444: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74445: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74446: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74447: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74448: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge74224: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74225: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74226: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74227: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74228: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74229: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74230: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74231: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74232: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74233: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74234: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74235: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74236: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74237: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74238: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74239: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74240: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74241: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74242: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74243: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74244: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74245: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74246: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74247: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74248: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74249: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74250: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74251: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74252: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74253: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge74029: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74030: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74031: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74032: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74033: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74034: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74035: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74036: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74037: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74038: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74039: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74040: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74041: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74042: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74043: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74044: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74045: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74046: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74047: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74048: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74049: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74050: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74051: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74052: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74053: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74054: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74055: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74056: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74057: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge74058: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge73834: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73835: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73836: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73837: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73838: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73839: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73840: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73841: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73842: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73843: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73844: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73845: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73846: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73847: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73848: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73849: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73850: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73851: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73852: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73853: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73854: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73855: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73856: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73857: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73858: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73859: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73860: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73861: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73862: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73863: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge73639: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73640: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73641: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73642: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73643: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73644: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73645: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73646: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73647: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73648: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73649: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73650: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73651: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73652: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73653: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73654: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73655: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73656: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73657: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73658: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73659: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73660: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73661: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73662: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73663: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73664: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73665: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73666: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73667: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73668: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge73444: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73445: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73446: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73447: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73448: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73449: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73450: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73451: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73452: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73453: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73454: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73455: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73456: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73457: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73458: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73459: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73460: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73461: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73462: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73463: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73464: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73465: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73466: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73467: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73468: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73469: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73470: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73471: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73472: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73473: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge73249: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73250: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73251: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73252: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73253: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73254: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73255: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73256: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73257: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73258: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73259: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73260: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73261: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73262: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73263: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73264: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73265: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73266: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73267: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73268: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73269: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73270: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73271: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73272: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73273: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73274: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73275: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73276: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73277: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge73278: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge250: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge251: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge252: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge253: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge254: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge255: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge256: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge257: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge258: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge259: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge260: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge261: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge262: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge263: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge264: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge265: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge266: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge267: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge268: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge269: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge270: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge271: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge272: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge273: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge274: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge275: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge276: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge277: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge278: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge332: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: An SVGNODE object has been discarded.
Error: An SVGNODE object has been discarded.
Error: An SVGNODE object has been discarded.
Error: An SVGNODE object has been discarded.
Error: gge59166: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: An SVGNODE object has been discarded.
Error: An SVGNODE object has been discarded.
Error: An SVGNODE object has been discarded.
Error: An SVGNODE object has been discarded.
Error: An SVGNODE object has been discarded.
Error: An SVGNODE object has been discarded.
Error: An SVGNODE object has been discarded.
Error: An SVGNODE object has been discarded.
Error: gge1001: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1007: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1008: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge1004: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1005: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1006: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge998: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge999: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1000: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1031: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1037: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1038: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge1034: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1035: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1036: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1028: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1029: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1030: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1061: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1067: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1068: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge1064: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1065: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1066: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1058: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1059: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1060: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1091: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1097: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1098: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge1094: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1095: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1096: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1088: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1089: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1090: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1121: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1127: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1128: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge1124: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1125: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1126: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1118: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1119: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1120: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1151: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1157: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1158: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge1154: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1155: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1156: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1148: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1149: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1150: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1480: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1481: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1482: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1483: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge1510: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1511: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1512: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1513: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge1540: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1541: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1542: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge1543: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge7392: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7393: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7394: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7395: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7396: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7397: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7398: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7399: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7400: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7401: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7402: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7403: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7404: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7405: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7406: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7407: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7408: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7409: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7410: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7411: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7412: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7413: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7414: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7415: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7416: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7417: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7418: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7419: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7420: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge7504: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7505: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7506: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7507: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7508: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7509: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7510: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7511: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7512: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7513: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7514: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7515: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7516: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7517: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7518: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7519: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7520: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7521: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7522: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7523: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7524: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7525: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7526: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7527: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7528: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7529: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7530: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7531: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge7532: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge24034: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24035: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24036: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24037: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24038: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24039: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24040: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24041: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24042: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24043: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24044: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24045: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24046: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24047: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24048: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24049: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24050: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24051: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24052: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24053: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24054: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24055: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24056: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24057: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24058: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24059: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24060: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24061: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24062: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24063: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24064: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24065: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24066: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24067: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24068: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24069: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24070: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24071: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24072: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24073: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge24074: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge28273: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28274: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28275: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28276: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28277: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28278: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28279: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28280: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28281: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28282: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28283: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28284: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28285: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28286: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28287: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28288: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28289: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28290: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28291: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28292: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28293: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28294: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28295: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28296: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28297: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28298: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28299: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28300: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28301: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28302: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28303: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28304: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28305: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28306: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28307: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28308: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28309: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28310: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28311: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28312: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28313: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge47851: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47852: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47853: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47854: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47855: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47856: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47857: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47858: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47859: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47860: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47861: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47862: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47863: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47864: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47865: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47866: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47867: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47868: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47869: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47870: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47871: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47872: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47873: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47874: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47875: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47876: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47877: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47878: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47879: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47880: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47881: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47882: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47883: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47884: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47885: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47886: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47887: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47888: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47889: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47890: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge47891: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge28121: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28122: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28123: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28124: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28125: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28126: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28127: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28128: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28129: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28130: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28131: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28132: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28133: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28134: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28135: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28136: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28137: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28138: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28139: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28140: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28141: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28142: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28143: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28144: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28145: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28146: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28147: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28148: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28149: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28150: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28151: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28152: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28153: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28154: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28155: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28156: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28157: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28158: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28159: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28160: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge28161: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge4160: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4161: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4162: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4163: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4164: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4165: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4166: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4167: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4168: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4169: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4170: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4171: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4172: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4173: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4174: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4175: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4176: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4177: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4178: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4179: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4180: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4181: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4182: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4183: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4184: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4185: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4186: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4187: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4188: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4189: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4190: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4191: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4192: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4193: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4194: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4195: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4196: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4197: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4198: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4199: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4200: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge4006: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4007: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4008: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4009: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4010: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4011: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4012: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4013: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4014: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4015: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4016: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4017: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4018: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4019: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4020: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4021: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4022: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4023: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4024: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4025: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4026: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4027: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4028: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4029: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4030: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4031: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4032: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4033: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4034: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4035: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4036: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4037: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4038: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4039: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4040: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4041: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4042: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4043: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4044: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4045: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge4046: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge69752: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69762: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69763: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge69759: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69760: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69761: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69749: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69750: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69751: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69725: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69726: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69727: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69728: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69729: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge69691: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69692: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69693: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69694: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69695: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge69650: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69660: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69661: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge69657: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69658: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69659: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69647: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69648: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69649: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69623: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69624: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69625: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69626: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge69627: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge71926: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge71936: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge71937: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge71933: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge71934: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge71935: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge71923: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge71924: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge71925: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge45491: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge45501: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge45502: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge45498: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge45499: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge45500: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge45488: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge45489: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge45490: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge45459: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge45469: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge45470: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge45466: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge45467: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge45468: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge45456: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge45457: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge45458: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17048: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17049: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17050: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17051: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17052: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge22032: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22033: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22034: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22035: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22036: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge21930: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21931: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21932: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21933: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21934: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge176102: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge176105: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge176108: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge176111: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge176114: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge173055: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173058: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173061: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173064: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173067: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge173124: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173127: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173130: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173133: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173136: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge173193: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173196: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173199: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173202: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173205: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge173262: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173265: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173268: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173271: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173274: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge173331: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173334: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173337: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173340: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173343: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge173400: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173403: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173406: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173409: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173412: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge173469: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173472: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173475: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173478: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173481: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge173538: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173541: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173544: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173547: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173550: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge173607: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173610: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173613: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173616: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173619: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge173958: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173961: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173964: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173967: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge173970: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171189: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171190: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171191: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171192: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171193: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171212: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171213: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171214: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171215: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171216: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171235: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171236: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171237: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171238: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171239: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171262: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171263: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171264: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171265: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171266: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171285: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171286: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171287: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171288: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171289: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171310: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171311: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171312: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171313: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171314: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171333: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171334: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171335: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171336: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171337: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171360: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171361: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171362: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171363: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171364: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171383: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171384: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171385: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171386: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171387: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171410: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171411: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171412: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171413: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171414: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171433: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171434: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171435: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171436: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171437: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171460: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171461: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171462: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171463: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171464: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171483: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171484: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171485: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171486: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171487: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171510: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171511: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171512: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171513: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171514: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171533: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171534: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171535: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171536: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171537: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171560: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171561: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171562: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171563: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171564: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171583: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171584: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171585: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171586: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171587: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171608: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171609: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171610: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171611: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171612: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171635: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171636: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171637: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171638: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171639: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171658: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171659: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171660: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171661: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171662: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171685: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171686: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171687: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171688: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171689: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171708: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171709: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171710: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171711: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171712: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171735: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171736: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171737: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171738: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171739: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171762: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171763: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171764: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171765: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171766: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171785: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171786: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171787: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171788: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171789: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171810: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171811: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171812: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171813: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171814: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171833: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171834: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171835: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171836: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171837: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171860: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171861: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171862: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171863: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171864: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171883: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171884: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171885: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171886: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171887: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171906: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171907: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171908: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171909: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171910: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171931: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171932: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171933: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171934: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171935: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171954: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171955: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171956: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171957: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171958: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge171977: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171978: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171979: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171980: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge171981: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge172006: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge172007: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge172008: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge172009: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge172010: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge172029: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge172030: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge172031: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge172032: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge172033: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge172060: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge172061: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge172062: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge172063: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge172064: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge166156: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166157: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166158: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166159: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166160: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge166188: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166189: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166190: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166191: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166192: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge166220: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166221: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166222: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166223: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge166224: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160853: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160854: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160855: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160856: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160857: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160858: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160865: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160866: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160867: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160868: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160869: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160870: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160645: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160646: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160647: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160648: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160649: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160613: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160614: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160615: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160616: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160617: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160581: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160582: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160583: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160584: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160585: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160549: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160550: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160551: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160552: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160553: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160517: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160518: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160519: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160520: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160521: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160485: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160486: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160487: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160488: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160489: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160453: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160454: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160455: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160456: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160457: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160421: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160422: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160423: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160424: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160425: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160389: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160390: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160391: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160392: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160393: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160357: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160358: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160359: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160360: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160361: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160325: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160326: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160327: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160328: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160329: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159168: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159169: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159170: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159171: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159172: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160293: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160294: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160295: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160296: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160297: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160261: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160262: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160263: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160264: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160265: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160229: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160230: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160231: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160232: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160233: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160197: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160198: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160199: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160200: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160201: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160165: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160166: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160167: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160168: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160169: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160133: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160134: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160135: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160136: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160137: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160101: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160102: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160103: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160104: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160105: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160069: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160070: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160071: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160072: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160073: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160037: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160038: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160039: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160040: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160041: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge160005: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160006: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160007: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160008: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge160009: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159973: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159974: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159975: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159976: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159977: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159941: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159942: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159943: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159944: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159945: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159909: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159910: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159911: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159912: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159913: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159877: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159878: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159879: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159880: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159881: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159845: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159846: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159847: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159848: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159849: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159813: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159814: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159815: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159816: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159817: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159781: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159782: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159783: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159784: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159785: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159749: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159750: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159751: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159752: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159753: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159717: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159718: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159719: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159720: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159721: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159685: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159686: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159687: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159688: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159689: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159653: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159654: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159655: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159656: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159657: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159621: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159622: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159623: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159624: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159625: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159589: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159590: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159591: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159592: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159593: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159557: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159558: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159559: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159560: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159561: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159525: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159526: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159527: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159528: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159529: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159493: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159494: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159495: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159496: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159497: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159461: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159462: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159463: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159464: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159465: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159429: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159430: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159431: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159432: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159433: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159397: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159398: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159399: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159400: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159401: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159365: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159366: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159367: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159368: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159369: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159333: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159334: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159335: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159336: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159337: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159301: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159302: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159303: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159304: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159305: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge159269: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159270: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159271: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159272: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge159273: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge22406: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22407: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22408: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22409: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22410: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge22372: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22373: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22374: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22375: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22376: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25756: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25757: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25758: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25759: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25760: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25722: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25723: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25724: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25725: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25726: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25688: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25689: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25690: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25691: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25692: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25654: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25655: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25656: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25657: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25658: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25620: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25621: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25622: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25623: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25624: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25586: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25587: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25588: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25589: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25590: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25552: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25553: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25554: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25555: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25556: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25518: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25519: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25520: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25521: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25522: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25484: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25485: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25486: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25487: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25488: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25450: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25451: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25452: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25453: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25454: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25416: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25417: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25418: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25419: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25420: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25382: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25383: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25384: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25385: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25386: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25348: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25349: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25350: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25351: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25352: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25314: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25315: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25316: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25317: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25318: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25280: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25281: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25282: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25283: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25284: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25246: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25247: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25248: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25249: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25250: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25212: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25213: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25214: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25215: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25216: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge25178: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25179: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25180: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25181: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge25182: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge22338: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22339: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22340: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22341: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22342: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge22304: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22305: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22306: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22307: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22308: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge22270: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22271: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22272: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22273: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22274: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge22236: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22237: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22238: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22239: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22240: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge22202: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22203: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22204: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22205: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22206: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge22637: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22638: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22639: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22640: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22641: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge17354: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17355: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17356: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17357: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17358: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge17320: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17321: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17322: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17323: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17324: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge17218: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17219: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17220: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17221: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17222: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge17150: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17151: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17152: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17153: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17154: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge17116: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17117: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17118: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17119: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge17120: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge22168: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22169: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22170: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22171: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22172: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge22134: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22135: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22136: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22137: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22138: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge22100: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22101: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22102: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22103: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22104: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge22066: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22067: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22068: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22069: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22070: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge21998: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21999: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22000: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22001: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge22002: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge21964: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21965: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21966: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21967: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21968: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge21896: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21897: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21898: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21899: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21900: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge21862: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21863: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21864: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21865: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21866: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge21828: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21829: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21830: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21831: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21832: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge21794: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21795: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21796: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21797: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21798: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge21760: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21761: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21762: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21763: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21764: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge21726: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21727: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21728: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21729: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21730: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge21692: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21693: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21694: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21695: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21696: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge21658: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21659: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21660: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21661: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21662: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge21624: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21625: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21626: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21627: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21628: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge21590: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21591: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21592: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21593: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21594: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
Error: gge21556: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21557: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21558: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21559: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: gge21560: A fill region was found inside a footprint, which is not allowed in KiCad. This region is discarded!
Error: An SVGNODE object has been discarded.
[Deserializer] Write file "1-PCB_PCB_amiga.json.kicad_pcb"...
Warning: gge168215: Copper track on footprint. This is not recommended.
Warning: gge168229: Copper track on footprint. This is not recommended.
Warning: gge160811: Copper track on footprint. This is not recommended.
Warning: gge160823: Copper track on footprint. This is not recommended.
Warning: gge160835: Copper track on footprint. This is not recommended.
Warning: gge160847: Copper track on footprint. This is not recommended.
Warning: gge160859: Copper track on footprint. This is not recommended.
Warning: gge160871: Copper track on footprint. This is not recommended.

Warning: Error(s): 1675, warning(s): 21.

Trying to load the resulting file, kicad dies with "Un-terminated delimited string"

Relicense to LGPL v2/v3 ONLY

I'm about to relicense this project, to LGPL v2 and v3 only, no change to later versions permitted.

By allowing "(at your option) any later version", the freedom of my project would be at the mercy of FSF.

If all contributors agree, I'll go for relicense in a pull request.

@BadLuckW

@Lawrence-Link

lc2kicad seems to fail if there are footprints imported to EasyEDA from AltiumDesigner

In case the file to be converted contains a footprint that was imported from AltiumDesigner, lc2kicad fails with messages like this:

Auto Parse Processor: Read file t2.json.
Auto Parse Processor: Document t2.json is a PCB file, exported by EasyEDA Editor 6.4.5. terminate called after throwing an instance of 'std::invalid_argument'
  what():  stoi
Aborted

The file containing only one component to reproduce the issue is attached. Once again, with all other footprints (of what I have) everything seems to be fine, it only fails on footprints that were originally in AltiumDesigner; EasyEDA itself works with them having no problems.

t2.json.gz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.