ThisIsNotRocketScience / GerberTools

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

Only one grb file generated #124

Open jpduplessis1986 opened 3 years ago

jpduplessis1986 commented 3 years ago

First of its my first time posting a issue on github. So I hope it is ok, I first went through all the issues to see if there is not something similar. I used the panalizer tool and as soon as I export it only generates four files. grb,txt,xln,gko. As well as the two images. So the file shows drill holes and a grey background. If I open it in a online greber viewer it shows the same. But when I open it with your viewer the greber file shows all the silk and tracks on one file. I used eagle cad to generate my original files. I am sure if it is only one file it will not be manufactured correctly. If you can assist with some information, it will be well appreciated Untitled_Combined_Bottom . Thank you

jpduplessis1986 commented 3 years ago

Picture1

StijnKuipers commented 3 years ago

The tool merges files by extentions if it cant determine the layers - what are your filenames like?

If you follow the "chinese convention" standardnames (gbo/gbl/gto/gbl etc) it should merge separately

zenandgary commented 3 years ago

Make sure you check the following option in KiCad when exporting your Gerber files otherwise you will end up with the greyed out images. image

Gautamjhawar commented 3 years ago

I was using eagles job files and encountered the same problem, use the python script linked below to convert your .gbr files to the "chinese format" (for two layers only for now, it uses the file names to change the extension, and leaves anything else in the folder unchanged) https://github.com/Gautamjhawar/Gerber-extension-changer