Brian Schwind
Brian Schwind
Good finds! [serde_kicad_sexpr](https://github.com/kicad-rs/serde_kicad_sexpr) is one I had starred already from quite awhile ago, I forgot to link it here. https://github.com/tachiniererin/kicad-rs/tree/main also looks good as a more straightforward approach. I think...
@tuna-f1sh just taking a look at the code now. I'm trying to run it against your minnow board as an example. Do you think the `kicad_sexp` code (currently in your...
Ah yeah the `layers` issue is what I'm currently running into as well. I'll play around more with the current `serde_kicad_sexpr` approach to see if I can get something working...
After looking at this more, I think you're right that `serde_kicad_sexpr` in its current form won't work, so we would need to modify it. It might not be too much...
Hmm, I haven't encountered that personally, are you on Linux? @strohel and @PabloMansanet have built this project on Linux but I'm not sure if they encountered this or not.
@katyo #26 is addressing that, though it needs changes. It could use some help to be more portable across different distributions. One part I'm not sure about is how easy...
Ah, the issue is a bit tricky and maybe touches on something we should figure out for this library. The `translated()` call on the workplane treats the `offset` argument passed...
I also left a nice little landmine of not defining all the affine transforms for the various planes (you'll see TODOs in the code). For people coming from CadQuery, these...
> Ohhh I see. I'd be partial to hard-limit this with separate coordinate types, yes. Taking GlobalCoords or LocalCoords would have made this a bit clearer probably :) Agreed, something...
https://bgolus.medium.com/the-best-darn-grid-shader-yet-727f9278b9d8 https://gist.github.com/bgolus/3a561077c86b5bfead0d6cc521097bae