Is there any way how to define a REFERENCE text in footprint on two different layers and different location?

Hi all.
Is there any way how to define a REFERENCE text in footprint on two different layers and different location? More specifically, the REFERENCE should be to layer F.SilkS (of thickness 0.15)
, located on the outside contour of the parts(for printing on the board)
and REFERENCE on layer F.Fab (thickness of 0.05), located inside the outline of the part (for printing as assembly).
If you can do it directly in the text editor file FOOTPRINT. kicad_mod, pcbnew sees only the definition of which is on second order… Thanks.

In footprint editor add text:
%R
(%V for value)

3 Likes

It is good way, great thanks…