ThisIsNotRocketScience / GerberTools

Tools to load/edit/create/panelizer sets of gerber files
MIT License
723 stars 143 forks source link

NC drill file (.txt) data is lost when merging files. #72

Open kiva113 opened 5 years ago

kiva113 commented 5 years ago

I'm trying to generate a panel using the gerbers I got from altium.

The rendered image on export is missing all the drill holes (except for the breakaways) and this is confirmed also with the NC drill file that is missing all the previous information/locations.

I have simplified it to the point where I just add a single board and then have it export. I've tried the august release and the previous older build releases.

Is there a setting or issue with using gerber exports from Altium for use in panelizer?

deece commented 5 years ago

Can you share your gerbers (or reproduce it with a trivial gerber you can share)? I can test it with the dev build and possibly contribute a fix.

kiva113 commented 5 years ago

Here is a simple board that should have everything. https://drive.google.com/file/d/1WwuHvRtqAlxcFoaLv49vMJLH9BHCnY_E/view?usp=sharing

deece commented 5 years ago

I'm at Linux Conf atm, and will be on holidays for a couple of weeks following, and don't have access to a window machine, so I won't be able to check for 3 weeks. Can someone else assist?

kuya123 commented 5 years ago

I also lost drill file when exporting the merged gerber file. I was using Altium designer 14. When the merger is done, the gerber files were created in target folder correctly. but in that folder, i can't find drl file. looks it was missed. I saw there was a log msg window during merger process. does this tools creates any log file we can look into to identify the problem?

deece commented 5 years ago

The latest development version should recognise .txt as drill files. Please try building from the git repo, it should fix the issue.