hadleyrich / GerbLook

A web based gerber renderer based on Python, gerbv and imagemagick held together with a little glue and string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for the filenames generated by KiCad by default

mithro opened this issue · comments

By default KiCad doesn't use the Protel names, instead all the files end in .gbr and it uses B.Cu and similar.

Example;

-rw-r----- 1 tansell eng 135617 Jul  3 21:40 dp-aux-intercept-B.Cu.gbr
-rw-r----- 1 tansell eng   3538 Jul  3 21:40 dp-aux-intercept-B.Mask.gbr
-rw-r----- 1 tansell eng    701 Jul  3 21:40 dp-aux-intercept-B.Paste.gbr
-rw-r----- 1 tansell eng  42262 Jul  3 21:40 dp-aux-intercept-B.SilkS.gbr
-rw-r----- 1 tansell eng    497 Jul  3 21:40 dp-aux-intercept-Edge.Cuts.gbr
-rw-r----- 1 tansell eng 181651 Jul  3 21:40 dp-aux-intercept-F.Cu.gbr
-rw-r----- 1 tansell eng   3831 Jul  3 21:40 dp-aux-intercept-F.Mask.gbr
-rw-r----- 1 tansell eng    989 Jul  3 21:40 dp-aux-intercept-F.Paste.gbr
-rw-r----- 1 tansell eng  51315 Jul  3 21:40 dp-aux-intercept-F.SilkS.gbr
-rw-r----- 1 tansell eng   9324 Jul  3 21:40 dp-aux-intercept-In1.Cu.gbr
-rw-r----- 1 tansell eng   9324 Jul  3 21:40 dp-aux-intercept-In2.Cu.gbr

(Adding this because I'm about to send a pull request which fixes this :)

Can you ping this issue when you have deployed it on gerblook.org?

Hi, thanks very much. I've deployed it now, have a check and see if it works how you expect. Cheers!