Post-v5 new features and development news

Eeschema’s delete-tool-highlighting has also spread to LibEdit, ModEdit, Pcbnew and PlEditor.

1 Like

Oh, and thermal reliefs for custom pad shapes. (Note: it doesn’t try to be too smart. It’ll either be useful for a particular shape or it won’t. But that’s kind of the nature of the game for custom pad shapes.)

3 Likes

I assume the bug report is https://bugs.launchpad.net/kicad/+bug/1563744/comments/23:

Option 1 (cyan) Use the same center point for the mask rounding as for the copper pad rounding. This would be how the copper clearance is calculated right now. -> smallest possible area for copper and mask clearance.

Correct.

(The forum tells me my reply must be at least 20 characters. Sigh.)

2 posts were split to a new topic: Pre V6 net name issue

Until now it has been possible to handle the same project with both 5.1 and nightly builds provided that you manually deleted “max_error” line from the pcb file which was put there by the nightly builds. Some new features are incompatible (chamfered pads, hatched zone filling) but if you don’t use them they don’t affect files.

Now it looks like the branches will soon diverge too much to be even semi-compatible. See https://lists.launchpad.net/kicad-developers/msg41324.html.

1 Like

It would be nice if KiCad had some kind of input filter and log errors during file read for non-supported features. This would make the file reads more robust.

@seth suggested an ‘incompatibility report’ for issues like this on the developers forum - https://lists.launchpad.net/kicad-developers/msg41078.html - which sounds like a good idea.

The minimum required C++ version for the compiler has been set to C++14. If you have a system (which is still supported by its makers) with only a C++11 you can tell the developers in the mailing list, but only the platforms which are offcially supported by KiCad are supported :slight_smile:

If you have a build system set up but haven’t compiled for a while, now is the time.

2 Likes

Has anyone considered versioning all paths so multiple versions can be installed at the same time? I’d like to experiment with the nightlies but don’t want it to impact my v5 installations.

What’s the easiest platform to build kicad on? I’ve tried the osx build scripts (https://github.com/KiCad/kicad-mac-builder) many times on different code bases, but never managed to build it, or if I hacked the scripts/cmakefiles to finish they wouldn’t produce anything that worked. (Read: didn’t immediately segfault.)

Yes, see Running several KiCad versions on the same Windows machine.

Please open a new thread for this, it’s a larger topic.

1 Like

Pcbnew -> Inspect -> Show Board Statistics
image

4 Likes

Nice!
It would be also useful to have a list/check of annular rings

It has been several years since a PCB fab charged me per via.
What would be useful would be a simple summary of drill sizes used.

1 Like

3 posts were split to a new topic: Area calculation of newly introduced inspector does not work

A nice idea, can you also post an example of the generated report file ?

Another vendor includes Track Lengths Routed and an Unrouted Count / rats nest length total, and those can be useful for sign-offs.

The version numbering of the nightly builds will probably change soon, see https://lists.launchpad.net/kicad-developers/msg41939.html.

New version number for development builds will be 5.99 to make clear that it’s later than 5.1. As of now they have been numbered misleadingly as 5.0.xxxx-gxxxx…

EDIT: some time ago they were identified as 6.0 which also was misleading, maybe even more so.

New eeschema selection highlighting.
Browse button in Sheet Properties dialog.
Filters in Footprint Browser.
Control over 3D Model updating in Update Footprints and Change Footprints.
Preference for whether Flipping a footprint to the back of the board flips it top/bottom or left/right.
Undo/redo while editing schematic text objects.

2 Likes

6 posts were split to a new topic: Selection highlighting in development version

Could this be cherry picked to 5.1 nightly?