Post-v7 new features and development news

Named variables as schematic fields are now supported as a special field type. These are fields named something like ${DNP} or ${VALUE}. Their value is always set to the same variable as the name, and the shown name is always the variable without the ${ }.

These have a couple of uses, especially with regards to the BOM generator. The special variables allow exporting non-field properties such as Do Not Place:

/usr/local/bin/kicad-cli sch export bom
input: 1 argument(s) expected. 0 provided.
Usage: bom [-h] [--output VAR] [--fields VAR] [--labels VAR] [--group-by VAR] [--sort-field VAR] [--sort-asc] [--filter VAR] [--group] [--exclude-dnp] [--field-delimiter VAR] [--string-delimiter VAR] [--ref-delimiter VAR] [--ref-range-delimiter VAR] [--keep-tabs] [--keep-line-breaks] input

Positional arguments:
  input                 Input file 

Optional arguments:
  -h, --help            shows help message and exits 
  -o, --output          Output file name [default: ""]
  --fields              An ordered list of fields to export. [default: "Reference,Value,Footprint,Quantity,${DNP}"]
  --labels              An ordered list of labels to apply the exported fields. [default: "Refs,Value,Footprint,Qty,DNP"]
  --group-by            Fields to group references by when field values match. [default: "Value,Footprint,${DNP}"]

They also work when specified in the command line exporter. Be careful of escaping! The shell will eat empty variables like ${DNP} so try ${DNP}, etc.

Lastly, the symbol fields table has gained the Item Number column as another magic column like Quantity.

The BOM exporter should now be able to export equivalent output as the three built-in python BOM scripts.

19 Likes

You can now assign alternate hotkeys:

16 Likes

Properties panel for the symbol editor

34 Likes

Expand Selection (hotkey U in the PCB editor) now works on graphic lines (actually, any open graphic shapes) in addition to copper objects.

26 Likes

Independently fixable scales for simulation plots.

16 Likes

Graphic shapes (lines, arcs, rectangles, polygons) can now have nets assigned just like tracks.

This allows creating custom copper shapes without having to define them as custom pads inside a footprint.
This is handy for various reasons, for example if you want to define a copper polygon on the board to connect some pads together but don’t want it to be a filled zone (because you do not want it to ever keep clearance from anything like a zone would)

44 Likes

There are now cli options to run drc and erc

kicad-cli pcb drc
kicad-cli sch erc

Additionally both the cli and gui have an option to save a json formatted report
The schema of which can be found here resources/schemas · master · KiCad / KiCad Source Code / kicad · GitLab

27 Likes

Grids can now be modified in the UI, and grid overrides can be applied that set certain grids based on the item you’re acting upon.

27 Likes

Note: grid settings shown in previous message have now been moved to Preferences.

7 Likes

Alternate pin functions from context menu:

28 Likes

Added importers for EasyEDA / JLCEDA, both Standard and Professional editions.

To download STEP 3D models for imported boards, a separate plugin must be used:

  1. Download the latest “PCM Package” from EasyEDA 3D Loader Releases
  2. In KiCad, open “Plugin and Content Manager” > “Install from File…”, choose the downloaded archive
  3. Close PCM.

After importing your project/board, in PCB Editor, click on the plugin icon and then “Download and convert STEP 3D models from JLC”.

15 Likes

Altium Libraries are fully supported.

You can now use SchLib and PcbLib files directly in KiCad.

29 Likes

Pin Helpers: a set of tools to rapidly break out from symbols.

49 Likes

10 Likes

Pad Edit Mode; number box:

.

And custom spoke templates:

25 Likes

Hover previews in the footprint (and symbol) editor:

35 Likes

Import SVG and DXF graphics directly into Schematic and Symbol editors.

image image

31 Likes

EAGLE libraries can now be used directly in Symbol Libraries, as well as in Footprint Libraries.

Also, the descriptions are much better now.

14 Likes

Tools to fix discontinuities in graphical shapes (shape healing):


image

image

32 Likes

3D viewer appearances tab:

24 Likes