realthunder / fcad_pcb

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

Fix KiCAD path finding #69

Closed nico-arnold closed 11 months ago

nico-arnold commented 1 year ago

Hey Zheng,

I always got a message "kicad_common not found" and it turned out fcad_pcb was only searching for the "kicad" directory and not going inside the version-subfolders (like "7.0" in my case). I corrected that. Maybe you find this useful (: Please let me know if I did anything wrong here, as I'm pretty new to git.

Right now, I'm also working on fixing the 3D model search, as currently only the "KISYS3DMOD" path is supported and not directories that are specified later by the user.

best wishes, Nico

luzpaz commented 11 months ago

@realthunder :point_up_2:

realthunder commented 11 months ago

Somehow missed this. Merged now. Thanks!