Sponsored
Sponsored
KraBox - stackable boxes thingiverse

KraBox - stackable boxes

thingiverse morcatko 4036003 Free

This is a set of stackable trays and small inner bins that can be customized to any size.

You will need basic knowledge of OpenSCAD to get the size you want.

The tray size is 150x150x37mm
Inner space can be empty, separarated to smaller sections on organized with smaller bins that

## Tray with separators
To make a tray with fixed separators use combination of a `tray` and one or more `tray_separator`s eg:
```
tray();
tray_separators([1/3, 2/3], [1/3]);
translate([0, 1/3 * tray_Size[0], 0])
tray_separators([], [1/3], [1/3 * tray_Size[0], tray_Size[1]]);
```

## Inner Bins
Print an empty tray first and then use `bin` with optinal `split`:
```
bin([bin_M, bin_S]);
bin_split([bin_M, bin_S], [3, 1]);
```
### Predefined bin sizes (~):
- XS - 25 mm
- S - 50 mm
- SM - 75 mm
- M - 100 mm
- L - 150 mm

View on thingiverse

Direct link to the original creator's page

Platform thingiverse
Creator morcatko
Price Free
Format STL / 3D Printable
License See original page
Also on prusaprinters
Sponsored
Sponsored
How do I download KraBox - stackable boxes?

Click the "View on thingiverse" button above to visit the original model page on thingiverse. You can download the STL file directly from the creator's page for free.

What 3D printer can I use for this model?

This STL file is compatible with most FDM 3D printers (Creality Ender 3, Prusa MK3S+, Bambu Lab, etc.) and resin printers (Elegoo, Anycubic). Check the original page for recommended print settings and materials.

Is this 3D model free to download?

Yes, this model is available as a free download on thingiverse. Some creators accept tips or donations.

Can I modify this STL file?

Most STL files can be modified using free software like Blender, TinkerCAD, or Meshmixer. Check the license on the original thingiverse page to see if modifications are permitted by the creator.