Re: [kicad] bezier track developement

2023-08-25 Thread Jon Evans
I suggest the first place to start is implementing Bezier shape creation (don't worry about tracks right now). KiCad already has some level of internal support for Beziers, it just isn't fully-supported by the UI. In the current nightlies, graphic shapes can take on nets. -Jon On Fri, Aug 25, 20

Re: [kicad] bezier track developement

2023-08-25 Thread RoG Pé
I agree with you, Bezier tracks can be done by arc approximations but the main idea with Bezier tracks is to adjust the length of a track to a desired value by moving constraint points. The goal is to master easily and exactly the length of a track. With Bezier a track will not be a collection

Re: [kicad] bezier track developement

2023-08-25 Thread Eeli Kaikkonen
On Fri, Aug 25, 2023 at 12:53 PM RoG Pé wrote: > > Hello, > i would like to add a new kind of track to kicad. > The new track will be defined as a bezier curve. This will be helpful for > high frequency circuit. > Do you think it's a big work ? I'm not a developer so I can't say about the work,

[kicad] bezier track developement

2023-08-25 Thread RoG Pé
Hello, i would like to add a new kind of track to kicad. The new track will be defined as a bezier curve. This will be helpful for high frequency circuit. Do you think it's a big work ? Thanks Roger -- You received this message because you are subscribed to the Google Groups "KiCad Developers