realthunder / fcad_pcb

FreeCAD scripts for PCB CAD/CAM
MIT License
130 stars 24 forks source link

missing support for (recently added) bspline in pcb Edge-Cuts #16

Closed easyw closed 5 years ago

easyw commented 5 years ago

It seems that KiCAD has added support for Bspline (not with a direct editing, but importing from an external dxf) the format is as following: (gr_curve (pts (xy 126.405224 109.822162) (xy 126.619375 110.505073) (xy 126.940067 111.113882) (xy 127.36623 111.622109)) (layer Edge.Cuts) (width 0.2)) a sample board here: https://gitlab.com/morganrallen/kickbadge/blob/development/kickbadge.kicad_pcb coming from this DXF https://gitlab.com/morganrallen/kickbadge/blob/development/kickstarter.dxf

realthunder commented 5 years ago

Just implemented. Please test.

easyw commented 5 years ago

I can confirm it is working! Thx 😄