No description
While this is common in the wild, not terminating them violates the spec. It also breaks JLCPCB pretty badly. It seems their human review process uses a Gerber viewer that like most can handle this, and won't notice anything out of the ordinary, but then their photoplotter chokes on this and literally stops plotting the file, discarding anything that is after that line. This error is then apparently ignored and the resulting broken boards shipped to the customer. |
||
|---|---|---|
| docs | ||
| examples | ||
| gerbonara | ||
| podman | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| LICENSE | ||
| Makefile | ||
| MANIFEST.in | ||
| pytest.ini | ||
| README.md | ||
| run-tests.sh | ||
| setup.py | ||
| test2.py | ||
| tox.ini | ||
gerbonara
Tools to handle Gerber and Excellon files in Python.
This repository is a friendly fork of phsilva's pcb-tools with extensions from opiopan integrated. We decided to fork pcb-tools since we need it as a dependency for gerbolyze and pcb-tools was sometimes very behind on bug fixes.
Installation
Arch Linux:
yay -S python-gerbonara
Python:
pipx install gerbonara
Documentation and Examples
Documentation can be found at:
https://gerbolyze.gitlab.io/gerbonara
Issues
Please file any bugs at our issue tracker:
https://gitlab.com/gerbolyze/gerbonara/-/issues
Made with ❤️ and 🐍.