bennymeg / Fabrication-Toolkit

An JLC PCB Fabrication Plugin for KiCad
Apache License 2.0
300 stars 52 forks source link

KiCad 8 compatibility #109

Closed dzid26 closed 6 months ago

dzid26 commented 8 months ago

HasProperty() no longer exists on footprints and is replaced by HasFieldByName().

Fixes #84, #97

dzid26 commented 8 months ago

I forgot about backward compatibility.

xingrz commented 6 months ago

Looks good to me on KiCad 8.0.0-rc2

OoDeLally commented 6 months ago

Hi, I have a freshly upgraded Kicad 8.0.0-rc3, with The Fabrication Toolkit 3.1.0, and I encounter that problem. Anything I can investigate for you?

xingrz commented 6 months ago

@OoDeLally As far as I know this fix is not released yet. You may need to manually install the latest source.

bennymeg commented 6 months ago

I will try to release a local RC for v4 for you to experiment with.