realthunder / fcad_pcb

FreeCAD scripts for PCB CAD/CAM
MIT License
126 stars 25 forks source link

Feature request: import pcb stackup information automatically #41

Closed sslupsky closed 2 years ago

sslupsky commented 3 years ago

Kicad 5.99 now has support for the pcb stackup. Could your macro be modified to import the copper thickness and dielectric materials and thickness for each layer from the pcb stackup?

realthunder commented 2 years ago

The feature has been implemented. When making the board, do not supply any thickness parameter. The script will use the stackup info if it's available, or else supply with default thickness. Please try and report any problem with a sample file showing the problem. Thanks!