Customizable Organizer (OpenSCAD)

Customizable Organizer (OpenSCAD)

thingiverse

This design can be fully customized, except it won't work with Thingiverse's customizer because you need to define a Matrix and that feature isn't available yet. The STL file contains the exact same design as shown in the photos (two of them fit perfectly into an IKEA Moppe drawer I had). However, ignore this and customize the design to your own needs. ## Customizing Download the .scad file and open it with OpenSCAD. At the top, you'll find three sections (see screenshot). The first section "basic dimensions" lets you configure the outside dimensions of the box, the wall thickness, and whether or not you want a bottom. The second section "defines" creates some variables that you can use to set up your box's innards. Don't edit these variables. The third section "grid config" finally configures the inner layout. The idea is that you divide the box into chambers (units) of the same size, then specify for each of those units whether it should have a wall to the right, the bottom, or both. For the most right and most bottom units, it's okay to define walls that are actually the outside of the box – they will be ignored. For the configuration shown in the STL file, the grid is defined as follows: grid = [ [ RB, RB, RB, B, RB, R ], [ RB, RB, RB, B, RB, RB ], [ RB, RB, RB, B, B, RB ], [ RB, RB, RB, B, B, RB ], ]; Experiment with the definitions and OpenSCAD's preview to figure it out. You can have as many rows and columns as you want. Just make sure that each row has the same number of columns in the definition. ## Sources Available at GitHub: https://github.com/splitbrain/openscad-projects/tree/master/boxorganizer

Download Model from thingiverse

With this file you will be able to print Customizable Organizer (OpenSCAD) with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Customizable Organizer (OpenSCAD).