Post-V8 New Features and Development News

There is a new tool in the PCB editor called “Position Interactively”. It allows you to position an item by drawing a line and then redefining what that line should be.

The obvious use is a more direct way to manipulate objects than first getting it into a known position and then using Move Exact. However, it can also be used to set alignment in one axis or the other:

And the vector doesn’t have to be on either object, so it allows to directly use a dimension of something else and use it as a movement for the selection:

24 Likes

KiCad now has a creepage DRC rule.

It can be set via a user rule like this one:

(version 1)

(rule HV_HV
   (constraint creepage (min 20mm))
   (condition "A.hasNetclass('A') && B.hasNetclass('B')")
)

28 Likes

It is now possible to export the board 3D model in STL and PLY formats

image

26 Likes

KiCad now has a Multichannel Design tool (aka Repeat Layout, for more info, see Multi channel tool)

58 Likes

KiCad now supports vias with different diameters on different copper layers. This can be used for situations such as increasing annular ring size on one side of the board to use a via as a testpoint, or decreasing annular ring size on inner layers.

40 Likes

Schematic design blocks have been implemented. You can get to them from View->Panels->

Uploading: 2024-11-07_13-31-32_recompressed.avi…

34 Likes