Python footprint wizard: QRCode generator

Hi All,

I had created a footprint wizard to allow QRCode generation on PCB:
https://lists.launchpad.net/kicad-developers/msg26857.html

It’s similar to uss39_barcode.py but provide a 2D barcode generator…

Regards,

4 Likes

Nice, far more space efficient than linear barcodes codes

Nice! You actually got me interested enough to dive into the whole ‘Python scripting of KiCad’ thing. I hacked your script to add (basic) support for Data Matrix codes, as they are even tinier:

qr-footprint-generator.py (7.8 KB)

Feel free to add any part of it to your plugin, if you like.

1 Like