[HOW] WARNING:(W058) (lib_footprint_mismatch) Footprint 'CP_Radial_D6.3mm_P2.50mm' does not match copy in library #855
crgarcia12
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Hi @crgarcia12 ! Minor versions releases of KiCad shouldn't do massive changes to the libs, but it does. I don't agree with the KiCad maintainers policy of backporting patches from the development branch to minor releases. This introduces tons of bugs. The solution is quite simple: disable or filter the warnings about footprint mismatches. I'm testing KiCad 9.0.3, but it seems to introduce bugs. Is hard to determine because it draws some things different. This is sad, but KiCad changes too much stuff from one minor release to another. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What do you want to achieve?
I am getting many does not match copy in library error when running Kibot in a GitHub pipeline, but not when opening Kicad on my desktop:
The footprints in the PCBNew are updated:
I noticed that Kibot uses Kicad 9.0.1 and I am using 9.0.3. Could that be a problem?
Do you have some PCB/Schematic to use as example?
https://github.com/crgarcia12/electronics-homeassistant-lightscontroll/tree/main/PCB/schematics-v26.1
Do you have some configuration file (.kibot.yaml) that you are using?
Github Action pipeline
Environment (please complete the following information):
Where are you running KiBot:
Additional context
Full project: https://github.com/crgarcia12/electronics-homeassistant-lightscontroll/tree/main/PCB/schematics-v26.1
Beta Was this translation helpful? Give feedback.
All reactions