You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of error, KiKit tries to build the panel and places error annotation into a board with the suffix .failed.kicad_pcb. In that way, the user can easily spot where and which error happens (d1bbcdf)
The GUI used to be pretty limited in features it supports, e.g., you couldn't set page size due to limitations in KiCAD API. This wasn't very clear for many users. The user must now specify an output file in the GUI where the panel is saved. The PcbNew window is just used for the panel preview (8aca5bf).
There are new parameters you can customize for V-cuts such as text position, size, etc. (a0c1e44, 2e25a3d)
Bug fixes
the KiKit library symbols have now proper attributes (599be77)
layer selection in GUI was fixed on Windows (551e670)
compatibility with KiCAD 8.0.4 on Windows was ensured.
text on bottom layer not being mirrored on Windows was fixed (0de661c)