3D Model  >  Tool
0+
Customizable Parts Drawer 定制杂物抽屉盒
Customizable Parts Drawer
Price£0 List:£0.99
Stand by Free Shipping(可下载)
SOLD0 [Comment0Article]
Customizable_Parts_Drawer.zip Click to download Downloads: 0  

- +
Add to Cart   
In Stock:99
Seller:Model City 模型城
Satisfaction Good rating0%
Rating:0
Service Attitude:0
Logistics:0
Recommended

by ChristianCooper, published

Summary

Inspired by the work of AndrewBougie, I thought I'd have a go at creating a parametric version of a stylistically similar set of drawers, and learn how to use OpenSCAD at the same time.

Parameters

Basics Tab

These parameters are all in mm:

  1. Unit Depth: How deep the drawers are.

  2. Unit Width: How wide a single width drawer is.

  3. Unit Height: How tall a single height drawer is.

  4. Handle Thickness: The width of the handles.

  5. Handle Depth: How far the handles project from the front of the drawer

  6. Print  Space: Free space to leave between print objects

  7. Wall: Thickness of the walls of the drawers and also the space between the drawers.

  8. Bevel: Length of the bevelled edge applied to the corners of the drawers.

Drawers Tab

These parameters have to be kept in sync, each is an array, and each element in the array describes a row of drawers

  1. Widths: Unit widths for each drawer in the row

  2. Heights: Unit heights for each drawer in the row

  3. Dividers: Number of dividers in each drawer of the row

  4. Handles: Number of handles on each drawer in the row

Example Drawer settings

Simple Drawers (Image 1)

You can replicate AndrewBougie's first design by using the following settings:

  1. Widths = [[1, 1], [2]]

  2. Heights = [[1, 1], [1]]

  3. Dividers = [[1, 1], [1]]

  4. Handles = [[1, 1], [2]]

As you can see each parameter's array has two sub-arrays, and each of these sub-arrays describes a single row of drawers in the final model.
Reading widths "[[1, 1], [2]]" we can then decode the meaning:
[1, 1]: two drawers on the first row, both being one unit wide
[2]: Only one drawer on the second row, but this one is two units wide.
Reading heights tells us that all drawers are a single unit high
Reading dividers tells us that all drawers have a single divider.
Finally, reading handles tells us the two drawers on the first row have a single handle each, and the wider drawer on the second row has two handles

Complex Drawers (Image 2)

Now you know what you are doing, you can get all super complex!

  1. Widths = [[1, 1, 1, 1], [2, 2], [4]]

  2. Heights = [[2, 2, 2, 2], [3, 3], [4]]

  3. Dividers = [[1, 0, 0, 1], [2, 2], [3]]

  4. Handles = [[1, 1, 1, 1], [2, 2], [2]]

Here we have 4 then 2 then 1 drawer on each of the rows.
The drawers get taller with each row 2 units, then 3 units then 4 units.
Two of the small drawers have no dividers, the other have a single divider, the double width drawers have 2 dividers, and the largest drawer has three dividers.
And finally, the small drawers all have a single handle, while all the bigger ones have two handles.

A Super Simple Single Drawer (Image 3)
  1. Widths = [[3]];

  2. Heights = [[4]];

  3. Dividers = [[1]];

  4. Handles = [[2]];

Printing tab (Images 4 & 5)

Allows you to examine parts of your print.

To Do

Add front to back separators in the drawers

Print Settings

Rafts: Doesn't Matter

Supports: No

Resolution: 0.2mm