netweaver1970

Results 51 comments of netweaver1970

in the latest official release I can see all fonts, so for me the issue is gone. I don't know what solved it, MacOS updates, some -under water- font DB...

seems related to issue [https://github.com/uPesy/easyeda2kicad.py/issues/73],(https://github.com/uPesy/easyeda2kicad.py/issues/73), as I also don't have 'open' pads for the TH pins. Maybe (long shot) Kicad thinks the part should be 'higher up' because of the...

It seems this change [https://github.com/uPesy/easyeda2kicad.py/commit/556aa626e1ac3ec712ba6b664ce33b07d1748555](https://github.com/uPesy/easyeda2kicad.py/commit/556aa626e1ac3ec712ba6b664ce33b07d1748555) to the code is not doing what it was supposed to do: the is_smd attribute is not filled with 'false' for tht components. ![image](https://user-images.githubusercontent.com/18028618/229109723-623c51c7-b0f7-4e94-b69c-4591ccc8982f.png) I...

Digging a bit deeper, the root cause is on the Easyeda side, below is the result from the footprint API call. One can see that the SMT flag is set...

issue with the *.paste pads for THT fixed, full source attached. 3 code changes made. I'll try to tackle my other issues I have with imported THT 3d models later....

update, all THT components are now properly identified (so you can filter the correct ones in the 3d view) and all 'normal' THT are lowered to the base plate of...

> Thanks for your help ! I have updated files in the `dev` branch to include your modifications. Could you verify that the new codes works on severals component ?...

@uPesy if you want to reverse the 'pulling down' change of all THTs, then this is the only code line to revert to your code: ![image](https://user-images.githubusercontent.com/18028618/230491303-1a410b34-9334-402f-8736-3af65c6f45a3.png) There all the smart(er)...

after some extra googling, it seems that indeed the lowest point of the part geometry itself is being used in another EasyEda2KiCad component converter: This one [https://github.com/TousstNicolas/JLC2KiCad_lib](https://github.com/TousstNicolas/JLC2KiCad_lib) uses this logic...

Root cause it at the Easyeda lib side ... See my comment: https://github.com/uPesy/easyeda2kicad.py/issues/91#issuecomment-1491911561