Electronic – Put component designators on the PCB’s silkscreen in KiCad

designkicadpcb-design

I'm doing my firs PCB design, and I've choose to use KiCad.

The problem that I'm encountering is that when I look at my board in 3D view, the components' designators does not appear to be on the silkscreen by default (or maybe the 3D view doesn't display them ?)

Is there an easy way to add components designator on silkscreen without adding them manually one by one ?

Here is my PCB layout:

enter image description here

And here it is in the 3D view:

enter image description here

PS: The "Input" designator is added manually by me.

Best Answer

KiCad treats the designators differently than the normal silkscreen (not sure why), but as long as they are visible (right click, select "visible" - it looks like yours are set to "invisible") then they will be on the final gerber.
Any text set to invisible can be set not to show by selecting the "render" tab (top right) and deselecting "hidden text".

See the greyed out designator in the below clip compared to the others for an example of the difference:

KicadPCB

You can confirm this by plotting the top silk layer and checking in GerbView. Notice that the greyed out designator C8 isn't plotted on the gerber.

KicadGerber

P.S - The KiCad-users mailing list is an excellent place for enquiries, features suggestions, bug reports, etc.