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:

20 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')")
)

18 Likes

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

image

16 Likes

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

10 Likes