Responding to myself here, I’ve been told there will be a “Python API for kicad-libedit” available “soon” which will be the official way for translating schemas/symbol libraries from v5 to the new v6 formats.
Now when most of the new features have been integrated there shouldn’t be so many UI string changes. If you ever have thought about helping translating the KiCad user interface to another language (or if you haven’t), now might be a good time to start. There was some discussion in KiCad v6 translation in 2020.
Nobody admitted using github plugin, so it was removed. See Opinions on removing GitHub plugin and there the link to the issue for more information.
There’s a hidden feature: you can create filled circles and rectangles in pcbnew by changing the Line thickness to zero in the properties.
Due to certain problems in the implementation (see the discussion in the split topic and a bug report) all shapes (rectangle, circle, polygon) can now be filled or non-filled independently of the line thickness. For non-filled shapes the thickness must be > 0.
There’s an ugly crasher in last night’s eeschema. I’ve already fixed it, but you might want to avoid last night’s build.
eeschema: Hierarchy Navigator now shows page numbers and page number ordering is respected when printing and plotting. (introduced with MR 541)
This builds on the sheet page numbers introduced by Wayne in commit 8ff51d88. It is more of a bug fix than a feature but added the convenience of showing page numbers in the hierarchy navigator.
Note that the ordering in the hierarchy navigator is first by hierarchy and next by page number so this means that the printing order could be different to the hierarchy order.
Is it possible to create a dock from the navigator so it can be attached to the gui?
That will have to wait until KiCad v7 as it is a new feature (you might want to “thumbs up” this issue to track progress)
However note that since MR 9 (by Franck Jullien) you can configure the Hierarchy Navigator to remain open as you navigate through schematic sheets. The option is in Preferences -> Editing Options -> Keep hierarchy navigator open
I do wonder if it should be defaulted to enabled.
The icons were not only cosmetical; there were licencing issues with some old icons which are apparently now solved.
EDIT: discussion about the new icons here: New icons in nightly.
FWIW, we don’t know of any licensing issues with the old icons. The trouble is that we don’t know that there aren’t any either. (In other words, we had no paper trail for some of them.)
Please keep this topic clean form further discussions, you can start a new topic and call person by name if needed, like this: @Muz.
There is now a “Migrate Libraries…” button in Manage Symbol Libraries that will let you do a save-as-current-format on all selected rows (and update the table rows as well).
It has already been told that some tools have alternatives which can be selected by a long press or mouse drag:
I didn’t find a mention about hidden tool configuration options. Some tool buttons have a context menu (Right Mouse Button menu) with which you can change or find some options quickly.
- Router
- Zone
- Grid display (although this isn’t a KiCad “tool”)
Corner rounding is back, working better now
arc_placement_3
Note: this is just for placement of new tracks. Dragging around and shoving existing tracks is separate, and still has issues with rounded corners.
Wow, this is a very cool feature, thanks a lot, it will save me a lot of work