A while ago I shared Nina Richard’s design files of a 3D-printable case for the DC2N5-LC PCB version 1.0.
This evening I was playing around with OpenSCAD and I thought to write a snippet that adapts the above mentioned design to DC2N5-LC PCB version 1.1. Once I finished, this is what it looked like:
$fn=50; difference(){ union() { import("DC2N5-LC rev 1.0 - Base.stl");translate ([-10, 5, 28.5]) cube([10, 10, 2]);
}
translate ([-7, 11, 28.5]) linear_extrude(2) circle(2.7);
}
In short, what the above code does is to fill in the existing hole for the “Reset counter” button and create one a few millimeters further away from the group of buttons for “Up” / “Down” / “Select”.
Here’s what the design looks like once rendered:
Although I have not tried to 3D print the final design, I am pretty confident that the resulting case would be a good fit for PCB version 1.1 🙂
Here’s a download link for the updated “Base” part (the “Lid” is the same as the one for PCB version 1.0): download.
Do you have pointer to a final version of the design with the changes installed?
I don’t think I ever made it available. I’ll double check later today, and possibly generate a final set of files.
There is an updated STL file available for the case itself. I added the download link to the original post.