Hamilton Kibbe

Results 20 comments of Hamilton Kibbe

@ghotiv, It seems the issue was with it not detecting layer types, I've added some more hints to the layer type detection, should be fixed as of 0fedaedb6ebb8cc6abfc218d224a3ab69bb71b56 Let me...

It sounds like the gerber file might have the axis inverted... I don't think rendering currently supports the mirror image commands. It would show up in the file as an...

Haven't seen much of that yet... are holes just represented as flashed circles?

I think transform and operations modules would be good to have. Some thoughts/features I had been considering: Transforms: scaling, rotating Operations: clipping, subtraction (e.g. subtract soldermask openings from silkscreen)

It should work with gerber/excellon files exported from either program, from eagle you need to use a CAM job to export the gerber/excellon files. The file extensions from the default...

Are the gerber files you're trying to render particularly large? If you provide a stack trace (if available) that may give some more direction as to where to look.

if you can send me the gerber files I can try to reproduce on a pi later this weekend. What os and python version are you using?

Can you share the output of `pip freeze` and the version of cairo you have installed system-wide?

Where does `outline`come from in the `CamFile.bounds` calculation in fa6cc86. That seems to be the only change that breaks the tests. `CamFile` should really only ever used as a base...

Seeing the same behavior with POST requests & JSON content. removing the `body = b''` line referenced above fixes the issue for me. Happy to PR if that would be...