KiBuzzard KiCad Plugin - Add inverted labels to your PCB

KiBuzzard KiCad Plugin


Add inverted labels to your PCB with the KiBuzzard plugin by Greg Davill

KiBuzzard, an Eagle-based plugin, has been modified for KiCad

With the help of this plugin, you can quickly create labels with different fonts and flipped backgrounds.


Compatibility

The current KiCad 5.1, 6.0, and Nightly Releases, as well as all other platforms (Windows, Linux, and Mac), are compatible with this plugin.


Installation

KiBuzzard KiCad Plugin

In your KiCad scripting directory, install the script. By launching a KiCad scripting terminal and entering the following commands, you may locate the locations of scripting directories:

import pcbnew; print(pcbnew.PLUGIN_DIRECTORIES_SEARCH) code-box

Example on KiCad 6.00 Ubuntu (from KiCad-Nightly package):

>>> import pcbnew; print(pcbnew.PLUGIN_DIRECTORIES_SEARCH)
/usr/share/kicad-nightly/scripting
/usr/share/kicad-nightly/scripting/plugins
/home/__USERNAME__/.config/kicad/6.00/scripting
/home/__USERNAME__/.config/kicad/6.00/scripting/plugins
/home/__USERNAME__/.local/share/kicad/6.00/scripting
/home/__USERNAME__/.local/share/kicad/6.00/scripting/plugins code-box

You can either use git to download the plugin, or directly download as Zip.

$ cd /home/__USERNAME__/.config/kicad/6.00 code-box

$ mkdir scripting code-box

$ cd scripting code-box

$ git clone https://github.com/gregdavill/KiBuzzard code-box

Note: `KiBuzzard` should be the root folder of the plugin, with this README in it, when downloading as a zip KiBuzzard may have been put into a subfolder.

~/.config/kicad/6.00/scripting$ ls -l KiBuzzard/ 
total 728
drwxrwxr-x 2 greg greg   4096 Apr 19  2021 doc
drwxrwxr-x 2 greg greg   4096 Jan 15  2021 icons
drwxrwxr-x 6 greg greg   4096 Jul 16 09:47 KiBuzzard
-rw-rw-r-- 1 greg greg     29 Apr 14  2021 __init__.py
-rw-rw-r-- 1 greg greg    126 Dec 28 08:01 config.ini
-rw-rw-r-- 1 greg greg   3275 Jan 15  2021 icon.png
-rw-rw-r-- 1 greg greg   1092 Nov 21  2020 LICENCE
-rw-rw-r-- 1 greg greg   2179 Dec 28 08:12 README.md
-rw-rw-r-- 1 greg greg 144967 Apr 23  2021 text_dialog.fbp code-box


Custom fonts

KiBuzzard  Custom Font

Additional TrueType fonts ought to be able to be loaded into KiBuzzard/buzzard/typeface. The additional fonts should then be shown in the font selection menu, albeit you might need to restart KiCad.


Donwload

Download KiBuzzard KiCad Plugin via the link below:



KiBuzzard KiCad Plugin

Next Post Previous Post
No Comment
Add Comment
comment url