Hi,
I’m working on a plugin where I need to create arc edge cuts programmatically.
I tried the following, then also looked into PCB_SHAPE methods with no luck:
the above code works on “edge.SetLayer( pcbnew.F_Cu )” and other copper layers but not on the edge cuts one. what would be the way to make arcs on those other layers?
@maui thanks a lot for the link. I’m studying the code, definitely super useful. I’m considering expanding it to fillet PCB_TRACK and PCB_ARC… I’m not aware of any snippet out there doing fillet on curved tracks yet