-
# PyGerber Bug Report
## Mandatory checks
> Checks listed below are mandatory for opening a new issue.
> If haven't done any of the checks listed below, please do that, we will not look into
…
-
[source](https://www.youtube.com/watch?v=hNHTwpegFBw&list=PLnAn1Y0iQ5ojr470xLzomeLGlCzhi0ye4&index=26)
Import:
- gerber -> [zofzPCB](https://www.zofzpcb.com/)
- gdsii -> [gdsiistl](https://github…
-
I tried running it on my windows machine but got multiple errors related to packages , though i figured out them but i now i'm having multiple syntax error !!
`PS E:\pcb-tools> e:; cd 'e:\pcb-tool…
-
The code:
```
import gerber
top_copper = gerber.read(r'D:\Reports\combined.gtl')
```
Produces error:
```
ValueError Traceback (most recent call last)
in
---…
-
Hi there,
i have a Gerber Project i downloaded from EASYEDA Community.
The Files come in a Zip and Split into .GBL and .DRL files.
I'm running the following command :
`pcb-msla convert -e 540…
-
Hi,
I tried to generate a zip with gerbers of this board:
[test.zip](https://github.com/productize/kicad-automation-scripts/files/4122199/test.zip)
This board was generated using Kicad version:
…
-
kicad offers a nice python scripting example for auto gerber (and other formats) output.
https://gist.github.com/5shekel/b8e1c65e3923aa3288bfc83cc8a057c2
-
```
from gerber import load_layer
from gerber.render.cairo_backend import GerberCairoContext
class Foo:
def __init__(self):
self.ctx = GerberCairoContext()
def render(self):
…
-
While attempting to outsource a build and assembly of these boards, we realized the BOM and PnP files are missing from this repo.
-
# PyGerber Bug Report
I need both pygerber and numpy >2 for a project. Is there anything holding pygerber back from numpy v2?
## Mandatory checks
### Before opening this issue:
- [x] I hav…