I liked the “eye” icon instead the checkbox for layer hive/visible (like AutoCad, Inkcape, …) and the new opacity control! Just two observations:
It not good to see in a dark them (if possible, will be nice use the same text or checkbox color);
Footprint editor software could use the same interface;
After this update, this “lateral toolbox” doesn’t save it own width in case of Pcbnew close-reopen. It always open like this (in Nets tab and with small width):
Yay! Configurable origin and axis direction has landed, courtesy by @RRPollack. See User-selected PCBnew display origin (5.1.x) for background, but that thread is closed. (Please no bug reports or wishes here.) The feature won’t be integrated into 5.1.
All feature requests need to go to the bug tracker (https://gitlab.com/kicad/code/kicad/issues) Search for your suggestion there first (I think it might be implemented but not sure)
Great,
As usually curves are not handled. Why are curved tracks and rounded corners zones not yet implemented in Kicad? is there implementation that problematic? or is the Kicad code base inapropriate for handling such geometric primitives?
Curved tracks are implemented now (but some of the editing tools for them are still a WIP)
Seth is working on curved zone/polygon support: https://gitlab.com/kicad/code/kicad/-/merge_requests/375
Once that is merged I will update my tool to support it.
Historically the geometric primitives in KiCad did not support arcs very well, but, we’re working on fixing that for V6.
I really love these “Why is feature x not implemented yet” posts. Is really motivating and constructive
As a tip for the future it sounds much better if you ask differently. Something like: I really look forward to trying this all out. By the way are there plans to add support for feature x and is there a way that I can help? (The info is exactly the same but nobody’s pulse will rise reading it)
You can safely bet that when KiCad does support curved traces, someone will complain here that freeRouting does not do it, even though freeRouting is not part of KiCad.
I once was part of a team searching for a quick (!) way to fill spirals (printed coils) for a PCB programm. It was hell ! Every time there was a special situation when any small part remained empty…
What I want to say is: Yes I would also like more rounded elements and yes I know its not easy to implement. Keep up the good work !