kad
kad copied to clipboard
Keyboard Automated Design (KAD) is a Golang library for designing mechanical keyboards
Based on komar007's documentation https://github.com/komar007/gh60 or his plans http://blog.komar.be/wp-content/uploads/2016/05/gh60_revC_plain.zip the correct coordinates for the center hole would be {-14.3,-0.3)
Hey there 👋 First things first, thanks for the tool. This really looks awesome, even though I wasn't able to fully capitalize on it. /rant TL;DR: Please don't use a...
Currently when you have holes in rounded corners they can get cut off even if there is enough material.  Is there a way to position the hole better?
The custom polygon cut option wasn't being applied to the board because the cut polygons and keep polygons weren't being merged together after the custom polygon were added to the...
When I add EPS file creation to the example usage program on the README.md page, I get errors like this: ``` ERROR: could not create EPS file for: usage_example, switch...
Not comfortable with go at all but on linux I see: ``` ~/.../kad/test on master$ go test # github.com/swill/kad ../kad.go:435:9: canvas.FloatDecimals undefined (type *svg.SVG has no field or method FloatDecimals)...
It seems to crash and doesn't work anymore
Would be cool if you could specify PCB mounted stabilizers as an option to have a simpler cut out.
If I add a switch to the right side of a numpad, and move it so that it's 1/4u or 1/2u above the rest of the row, the cad generated...
I tried to use the upstream `github.com/ajstarks/svgo/float` package for the SVG generation instead of your fork. It seems like the tests produce the same output. I don't know if you...