Creating arc shaped tracks, 2024 edition

Continuing the discussion from Creating arc shaped tracks:

I’m using KiCAD 7.0.10 and I still don’t see options for this. Is there a way to do this yet? I can draw arcs, but assigning them to a net seems impossible.

I don’t want to use plugins.

There is some support, but it is basic. Arcs only, no beziers.

ksnip_20240105-161941

While drawing track, Right Mouse Button > Track Cornering Mode or hotkey Ctrl + /.

1 Like

If you rule out plugins I see 3 options left:

  • drawing tracks right from the start with a 45°/90° round corner mode (see @jmk)
  • after placing a track: select two neighboring tracks, RMB-click–>context menu–>Fillet tracks. This creates a arc-segment which connects both tracks
  • working with the nightly development version v7.99. These version introduced the feature to assign every graphical copper item to a net: Post-v7 new features and development news - #24 by craftyjon
  • waiting for the release of kicad v8 to get the last feature officially

See my attached video…

1 Like

Support for this is still very minimal in KiCad.
You can use the Create from Selection / Create Tracks from Selection to turn a selected graphical arc in to a track, but this also turns the “arc” into a “fillet”. With such a fillet it is difficult to keep it’s center at the same location when you change it’s radius. It’s one of those things that I sometimes think about for making a feature request on gitlab for improvement, but before I do that I first have to get acquainted with KiCad V7.99. Apparently it’s possible to assign a net name to graphical objects in KiCad-Nightly, and that would already be a noteworthy improvement in this area. But I’ve just gotten a recent V7.99 working and I have not yet had time to experiment with this.

1 Like

Great news: KiCAD 8.x is out, and it supports this natively.

:partying_face:

Just select an arc or other shape, press E for properties and select a net from the list.

1 Like