Rob Ludwick

Results 20 comments of Rob Ludwick

@bjmc I think you're absolutely spot on here. And that's a conversation that needs to happen with managers, not typically the devs -- because as you say, we don't hold...

1. We're not creating our own closed source OAuth provider. We're using the client functionality. For an oauth client $1000/yr is too much. Also It should be pretty clear I'm...

@cbehopkins From previous poetry brokenness, I ended up having a shell alias to do the right thing. `alias pshell='poetry run bash -i'` You can also hardcode which bash you want...

You need version X of Inkscape and version Y of kicad. Y is easier to solve for than X.

At this point I'm thinking the best approach until they fix this would be to figure out how to export each layer into a dxf, and then import it back...

So you can import DXF graphics into any layer into kicad_pcb. Though I believe solder mask has to be inverted (in other words the positive area is where the solder...

For drills I would make a series of marks for the center holes directly in maybe the silkscreen layer, and then just manually add them in the footprint editor. For...

I was looking at svg2mod from here: https://github.com/svg2mod/svg2mod I'm going to try that this evening. It would be similar in that certain layers need to be named the same way,...

I think svg2mod is easier. It's not perfect, but it seems quite a bit easier to use.

It looks like there's an error preventing the file in the cache from being created. I saw this when bitmap2component_linux64 wasn't found... though there could be other reasons, like not...