Ok, so using this version:
Application: pcbnew
Version: (2017-11-13 revision d98fc85)-master, release build
Libraries:
wxWidgets 3.0.2
libcurl/7.35.0 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 librtmp/2.3
Platform: Linux 4.4.0-116-generic x86_64, 64 bit, Little endian, wxGTK
Build Info:
wxWidgets: 3.0.2 (wchar_t,wx containers,compatible with 2.8) GTK+ 2.24
Boost: 1.54.0
Curl: 7.35.0
Compiler: GCC 4.8.4 with C++ ABI 1002
Build settings:
USE_WX_GRAPHICS_CONTEXT=OFF
USE_WX_OVERLAY=OFF
KICAD_SCRIPTING=ON
KICAD_SCRIPTING_MODULES=ON
KICAD_SCRIPTING_WXPYTHON=ON
KICAD_SCRIPTING_ACTION_MENU=ON
BUILD_GITHUB_PLUGIN=ON
KICAD_USE_OCE=OFF
KICAD_SPICE=OFF
I open pcbnew
, and first I do this layer setup - "Four layers, parts on Front only):
So, I want to place a via between front copper, and inner 2 copper layers. After this setup, I draw a track on front copper layer, then I draw a track on In2.Cu layer - then select the copper layer pairs to be F.Cu for “Top/Front Layer”, and In2.Cu for “Bottom/Back Layer”:
Then, starting from front layer, I draw a track, in the middle I hit right-click, “Place Through Via”, then start dragging and a track appears on In2.Cu - and I connect it to the existing track on In2.Cu. So far all looks good - until one notices the indication of the via properties:
As you can see - when the via is selected, the bottom statusbar shows “Layers: F.Cu/B.Cu” (while I would’ve expected “Layers: F.Cu/In2.Cu” - and whats more, if you edit the via properties, the “Start Layer” and “End Layer” properties/dropdowns are empty - and indeed, disabled.
So - is this that I’m seeing, an indication that I’ve setup the tracks wrong, and the via I’ve just placed actually still connects F.Cu and B.Cu (even if while placing, I got a violet line, indicating I’m placing a track on In2.Cu ?!) — or, is this simply a bug in Pcbnew’s indication (and the via connects F.Cu and In2.Cu, as intended?)
EDIT: And should I want to change the layers that this via connects - how would I do that, provided that the dropdowns on the properties window are disabled ?!