Arduino OpenSCAD mounting library (v2.0)

This is a library of OpenSCAD modules for mounting Arduino boards.
37
520
1
2227
updated November 27, 2019

Makes

Comments

I used heat inserts for this, made some minor modifications.

This is the code that generates the model, but I'm fairly sure mountingHoleRadius value for M3 heat insertsshould be different.

include <arduino.scad>
unoDimensions = boardDimensions( UNO );
mountingHoleRadius = 4 / 2;
enclosure(boardType=UNO);

THANKS for this really useful lib! Making a case for an arduino uno was just a matter of minutes :-)

All comments loaded