ThisIsNotRocketScience / GerberTools

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

Kicad 5 #54

Closed DaveCalaway closed 6 years ago

DaveCalaway commented 6 years ago

Hi everyone, I'm using the kicad 5 version and when i plot the gerber files i see that the all files has the extansions ".GBR".

So using this guide, i see the extensions in kicad: https://goo.gl/PiiejM Now i saved the gerber files in this "old" configuration, but nothing works....

screen shot 2018-08-05 at 18 33 46

zigastegu commented 6 years ago

Other remarks:

DaveCalaway commented 6 years ago

Replace outline file extension .gm1 with .gko

Yep, done, but does not work.

This is the error: 1

Do you use auxiliary axis in KiCad? recommend!

I think this is only recommended, right?

zigastegu commented 6 years ago

Save error message in .txt file and append here. If gerbers are not a secret also append or append simple projext with same issue.

DaveCalaway commented 6 years ago

OS:

Win 10 Home 64 bit

GerberViewer:

i don't know, i tried to load in differents web Gerber and JLCPCB and it has not problem.

what happens if you press Continue?:

Here is the error: https://pastebin.com/0ZY7kxkz If i press continue the program print a big X like my last screenshot.

zigastegu commented 6 years ago

Hm. Days ago I used panelizer output with JLCPCB service, no problem. Prepare simple gerber files with your flow that you can share.

DaveCalaway commented 6 years ago

Same problem with GerberTools... No problems with JLCPCB. gerber.zip

zigastegu commented 6 years ago

I tried with your gerbers. No issue. I append a working setup. Remark:

TEST: For ease of use

ATTACHMENT: Panelizer.zip password: test

zigastegu commented 6 years ago

Check issue #21. Seems same crash report as in your case. Comment there and close this issue, because is a duplicate. This was fixed in code, but no new release has been made for now.

DaveCalaway commented 6 years ago

With this solution, https://github.com/ThisIsNotRocketScience/GerberTools/issues/21#issuecomment-339008902 , it's works! I used the original Panelizer not your.

I fixed those points:

auxiliary coordinates would make thing show up immidiately (current offset is in range of 150mm both axis)

in KiCad I always select to combine NPTH/PTH holes in one .drl (as per JLCPCB request/spec)

and now all works.

Thx!