Note this plugin currently only works on KiCad 5.99
Basic plugin wrapper for Buzzard.
This plugin lets you easily create nice "Inverted" block text boxes.
Install the script in your KiCad scripting directory Ensure you also get the submodules with KiBuzzard
$ git clone https://github.com/gregdavill/KiBuzzard --recursive
$ pip3 install -r requirements.txt --user
You may also need to install xclip, to handle clipboard operations. On Ubuntu:
$ sudo apt install xclip
Plugin code licensed under MIT, see LICENSE
for more info.
- Buzzard From SparkFun
- KiCad Plugin/Dilog inspiration from Interactive HTML BOM