gerbolyze icon indicating copy to clipboard operation
gerbolyze copied to clipboard

Directly render SVG overlays into Gerber and Excellon files

Results 11 gerbolyze issues
Sort by recently updated
recently updated
newest added

Can we get at least one step by step example how to use this tool? There're some command lines in description but they show options that are not documented anywhere...

Currently, when converting an SVG file with black background and white foreground using ```--format gerber``` will produce clear gerber primitives on top of clear background in the output. We should...

Hi, I'm trying to test the svg-flatten code using the provided test images: ``` ./svg-flatten --format gerber last_dash.svg dash.grb ``` but I get this error: ```Error: Cannot find usvg. Is...

``` File "/root/.local/lib/python3.10/site-packages/gerbonara/graphic_primitives.py", line 217, in flip cx=(self.x + self.cx) - self.x2, cy=(self.y + self.cy) - self.y2, clockwise=not self.clockwise) AttributeError: 'Arc' object has no attribute 'x'. Did you mean: 'cx'?...

I'm trying to get the protoboard generator working again, and I've mostly succeeded, but I'm running into something I haven't managed to chase down in the bowels of gerbolyze: the...

So, after finally getting gerbalyze template & paste to install and run in an Ubuntu Docker python3.10-pip environment (both using a full 'git' install and separately just using 'pip install'),...

Running ```gerbolyze template --bbox x,y [--bottom|--top] etc.``` gives error: ```Usage: gerbolyze template [OPTIONS] INPUT_GERBERS [OUTPUT_SVG] Try 'gerbolyze template --help' for help. Error: No such option: --bbox```

Clicking on https://dyna.kokoroyukuma.de/gerboweb gives a 404 error.

I have a really hard time to get this running, help is appreciated. If I run "gerbolyze convert test.svg test.gbr" on my machine (WSL linux on Windows 11) I get...