pcbnew - REF/VAL fields on more than 1 layer?

Asked by Joan

How would I go about having the reference and value fields appear on more than one layer?
For example I would like to have the reference appear in F.Silk and also on Eco1.User?
Can this be done?

Question information

Language:
English Edit question
Status:
Solved
For:
KiCad Edit question
Assignee:
No assignee Edit question
Solved by:
jean-pierre charras
Solved:
Last query:
Last reply:
Revision history for this message
Best jean-pierre charras (jp-charras) said :
#1

Add a text to the footprint containing:
%R (will be replaced by the reference)
and/or
%V (will be replaced by the value)

Revision history for this message
Joan (joanthesparky) said :
#2

Thanks jean-pierre charras, that solved my question.

Revision history for this message
michalstec (nnn4000) said :
#3

If the value or reference is added as the %V/%R its visibility is not affected by setting of value/reference checkbox in render or plot settings. They are displayed and plotted according to settings for a plain text. Is it ok or it should be reported as a bug?

Revision history for this message
Wayne Stambaugh (stambaughw) said :
#4

This is by design because %V and %R are just substitutions and not the actual value and reference fields of the footprint.