August 10, 2021
Description
This is an example of meneelyt's Customizable Harbor Freight Storage Bin System (OpenSCAD).
I took a 1S,1L box, and set these settings:
bin_height= 46; // because this was a good height for my printer and my cases
screw_hole_dim= 2.9; // because I thought the holes were too small for a #4x1/4 button head sheet metal screw
bin_thk= 0.8; // because I plan on printing this with a .4mm nozzle
THEN I added some openscad code, right below the variable definitions to add a divider in the middle.
translate([-19,-bin_thk/2,0]) {
cube([38,bin_thk,bin_height], center=false);
}
Note that this will ONLY make a divider for a 1S,1L box and nothing else. It took me quite a while to figure out, as I've never written any openscad code before this, so please don't ask for more tweaks. I'm posting this only as I think the resulting STL file is my favorite and want to share. I know there's plenty of better ways to add a divider, and if you want to post it as a tweak or remake of meneelyt's openscad code, go for it.
MANY thanks to meneelyt for making such kick-ass code for making I think THE BEST harbor freight bins out there.
License:
Creative Commons - Attribution