Skip to content

KiCad 10 issues #9

Description

@raffaeler

I tried the MCP with KiCad 10 and it was able to add a resistor on the schematic.

  • issue 1: it is not interactive. It acts on the file and the schematic editor must be closed and re-opened to see any change
  • issue 2: when a component is added to the circuit it does not show the correct symbol (a resistor in my test)

Here is the answer from GPT 5.4:

I fixed the schematic entry. The problem was that R1 referenced Device:R, but your schematic’s lib_symbols cache was empty, so KiCad couldn’t resolve the symbol body and reported “symbol not found in Device”.
I inserted the cached Device:R symbol definition directly into C:\Users\xxx\Documents\KiCad\test1\test1.kicad_sch. Reload or reopen the schematic in KiCad once, and R1 should render as a proper resistor.

In the thinking tokens, I can also see AI telling:

It seems that adding symbols through the tool won't work unless the library is available externally.

HTH

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions