OpenSCAD-Arduino-Mounting-Library
OpenSCAD-Arduino-Mounting-Library copied to clipboard
Modules for helping to add Arduino enclosures and mounts to OpenSCAD projects.
Loved this library. But when I passed "ventHoles=true" to the "enclosureLid" call, nothing changed. I added code to create holes over the pins in the lid when you generate "enclosureLid(ventHoles=true)"....
Adding support for Arduino Nano and MKR WIFI 1010. The later was tested with an FDM printer. This introduces: * Variable hole sizes, since the later boards have smaller mounting...
Update and replace deprecated code - Deprecated assign() replaced by let() - Deprecated child() replaced by children()
Adding support for Arduino Nano and MKR WIFI 1010. The later was tested with an FDM printer. Please consider pull request #12, it introduces: Variable hole sizes, since some boards...
Add Arduino Nano support, including support for male headers and for the smaller mouning holes. Also includes fix for issue #9.
I am trying to adapt your library for a different pcb layout so I created a rpiplusComponent list. The problem with this is that it has an underneath sdcard and...
Looks like you updated the library to include pins.scad, but I don't see it as part of your project. Can you provide a link for it?