1- In the “getting started” of pcbnew, chapter “Routing track”, there is “Now draw a trace between the GND pads of BT1 and D1, starting with the BT1 pad on the back of the board. Notice that the active layer automatically changed to B.Cu after clicking on the BT1 pad”. But when click, I remain on F.cu layer , and the trace is in red ! Wht do I miss.
2- A bit later “Another way to make a connection across layers is with a via.” When I try to make the via with “V”, the layer changes, the color of the track changes, but no via appears as below. Again, what do I miss ?
And the tutorial explains this detail. When you start from the THT pad (= Through Hole Technology) Then a track can start on either layer, and KiCad uses the active layer (with the small blue triangle in front of the F.Cu layer name as shown in the Appearance Manager on the right side
KiCad only automatically starts on the other layer, if there is another pad or track segment on that other layer that KiCad can connect to. The tutorial mentions:
You have to start on the SMT pad (Surface Mount Technology) It’s outside the screenshot, so I do not know what you did exactly.
I am not sure, but the most logical cause is that displaying of vias is turned off. You can check this in the Objects tab in the Appearance Manager. By clicking on the small round icon with the eye you can toggle display of via’s on and off:
Thank you very much.
But no, I have restarted from the beginning 3 times before posting…
I have followed srictly clic after clic the instructions.
1 - I have clicked on the GND pad of BT1 as indicated…
2 - Vias display has not been turned off, and I see them if I add a via manually with “add vias”.
3 - Moreover, I can make a route from VCC to ground without any error, as if any check was disabled.
I am using default parameters without any change,but something goes wrong…
Hello @pcouderc
I’m sorry you are having difficulties. I think the problem with 1. is you are starting your track from the wrong pad.
Now draw a trace between the GND pads of BT1 and D1, starting with the BT1 pad on the back of the board. Notice that the active layer automatically changed to B.Cu after clicking on the BT1 pad. Click on the D1 pad to finish the track.
Starting on the THT pad will always create a track on the active layer displayed in the Appearance Manager. In the case of this project, the track will be top (red) layer.
Thank you : you save me.
I have gone directly to what I supposed : bad configuration directory, removed it, and now all is as in the tutorial. I could even reuse the tuto.kicad_sch file of my previous session by copying it as-is in the new project…
It remains the mistery : how did I success to corrupt my config directory…? I do not expect an answer to rhis question… But I am no more blocked !
Thanks again !
If you had renamed it, then KiCad can not find it, and it also creates a new configuration directory with factory defaults. You can then use a program like Meld Merge to compare the differences, because all those files are readable text.
You probably can still do this, if you can recover this directory from the recycle bin, trash can or whatever it is called on your PC. Comparing these directories shows the differences and gives you clues to whether it’s some fluke, or you changed a setting without knowing what you did (common for beginners).