Complex Shape, Stepup

@Guillaume_Boulay
from the STEP file you can get the internal PCB shape as from the manufacturer’s design, then with ksu you can:

  1. project the pcb onto an XY plane
  2. convert the projection to Sketch
  3. simplify Bsplines to Arc
  4. push this Sketch to kicad_pcb file

That should generate a nice ‘closed’ kicad PCB edge :smiley:

2 Likes