thesourcerer8

Results 144 comments of thesourcerer8

Regarding the problem with the missing components: Could you provide your .schdoc files?

Thanks for filing the issue, the problem has been solved. Please verify and close this issue.

Sorry, I forgot to update the online converter lately, I did that now. I am planning to take a deeper look at the provided file in the next few days.

The PAD parsing has been improved, so please try again. Can you tell me a specific thing that ends up B.Cu that should be on F.SilkS? Coordinates and screenshot please.

Which information do you need about the pads? If you figure anything out, please let me know. Will the software you are developing be OpenSource? I would be interested in...

I have improved the Pads parsing a lot lately. convertpcb.pl currently outputs a file Pads.html where it writes an annotated hex-dump of the pads binary data. It marks all fields...

SamTec? They can thankfully generate KiCad directly already. Are you sure you still need a converter? (What I would like to have is that KiCad could load the SamTec footprints...

Sorry, I mixed up SamacSys with SamTec. Ok, I will take a look.

SamTec uses 3 different formats: Eagle, Allegro and PADS. For Altium, they are delivering the PADS format, which Altium seems to understand too. The positive thing is that the PADS...

Please open the file convertpcb.pl , there is on line 39 the command $annotate=1; please change that to $annotate=0; then run it again. I will try to fix this problem...