Multi-Rounded Container

94
Downloads
839
Views
Published on February 26, 2013
This thing can be customized with MakerBot Customizer! Open in Customizer

Description

A container, like the bead draw insert I made, but customizable!! You can specify:
- Outer Container Width (X)
- Outer Container Height (Y)
- Outer Container Depth (Z)
- Radius of Rounded Inner/Outer Edgers
- Outer Wall & Inner Partition Thickness
- Number of Rows for Inner Cells (X)
- Number of Columns for Inner Cells (Z)

Instructions

Here is how you can call the module:

// Example Container

// Makerbot Customizer Parameters:
Outer_Container_Width = 100;
Outer_Container_Height = 40;
Outer_Container_Depth = 200;
Radius_InnerAndOuter_Edges = 10;
Wall_InnerAndPartition_Thickness = 1.5;
Number_Inner_Cell_Rows = 3;
Number_Inner_Cell_Columns = 2;
Report as inappropriate

You must be logged in to post a comment.

To those that downloaded straight after I published this, I made some changes to try and get it to work better with the Makerbot Customizer.