KiCad 8 wires crossing with 2 different track width and freerouting

Hi,
I’m beginner, and I have problem with tracks width.
Lets say I have 2 crossed wires, like on screen.

I’m using feerouting plugin and I know about netclasses, but I don’t know how can I make different track width for crossed wires, for example I want vertical wire to be 1mm and horizontal wire to be 0.2mm, how do I do that?

I tried that, freerouting still use only track width from netclasses and ignore settings in schematic editor.

You can set different preferences in Freerouting for horizontal and vertical tracks, but for a one-off instance you’ll have to adjust it yourself after routing.

Another way would be to insert a nettie to give the tracks different nets (and thus netclasses) but maintain electrical connection.

PS: You refer to horizontal and vertical wires in the schematic, but remember that these don’t have anything to do with the posture of the corresponding tracks in the layout.

Ok netties works fine, thanks.