Share some values in "Library Symbol Properties" between eeschema and pcbnew

KiCad 6.0.9

I have a new schematic library component and also a new pcb library component,
how can i share a value in “Library Symbol Properties” like “Reference” , “Value”
between schematic component and its Footprint?

Thank you.

Have you assigned the footprint to the symbol in the schematic?

yes, i assigned.

indeed, i want to pass some text between schematic and pcb for each component.

schematic:

library:

PCB:
here in PCB, i need the “Description” be “SOMTHING” as i set in schematic field.

The field name in the symbol is Description, so you have to use ${Description} in the footprint text.

1 Like

My problem solved, thank you.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.