Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.09 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.09 KB

KiCAD 7.0 now impliments this. Create your shapes on edge cuts -> Right click -> Fillet lines

This plugin does still offer some additional functionality, such as the CLI, chamfers and unit conversion. The plugin is no longer worthwhile maintaining.

Ki-Fillet

Ki-Fillet Logo

KiCAD PcbNew Plugin and CLI to automatically apply a rounded fillet of a given radius to all board edges of a PCB.

Ki-Fillet example

Installation

The plugin can be installed by downloading the latest release and installing with the KiCAD Package Content Manager (PCM) with Install from file option.

CLI

Ki-Fillet also offers a Command-Line Interface (CLI) to perform filleting actions. You should clone this repository and use the standlone script kifillet.py to access the CLI (PyPi package coming soon!).

You can view the help of the interface by calling python PATH/TO/kifillet/kifillet.py --help.