Split Storage Boxes Update

published: April 10, 2021 — last modified: October 23, 2025

I got many requests to add split storage boxes to my system. Reasons were to print huge boxes and printing boxes on small printer beds. In the past few days, I released an update to my storage boxes system, introducing the first split boxes.

If you bought the storage boxes set from my shop, you should already got an email with the added parts. In case you didn’t, please let me know.

Background

Alexandre Chappel has an excellent storage boxes solution and provides these kinds of split boxes. Please check out his YouTube channel, where he explains his own system in detail.

Before I started developing my own storage boxes system, I had a look at various existing solutions. I made a long list of ideas I liked and things I disliked. I liked the grid idea from Alexandre’s design to prevent the boxes from moving around in drawers.

So when he, as an excellent industrial designer, introduced split boxes, I started to investigate if and how I can add this feature to my system.

My biggest concern was the carrying capacity of the glued joints. So, I started several tests with designs printed in PLA and PETG.

It turned out, this was no problem at all. The layers of the 3d-printed objects provide an excellent surface for epoxy based glue. The test objects never broke at the glued seam.

New Parts

There are 12 new STL files with a part number like LR2052-**S**XXXA-**F** and LR2052-**S**XXXA-**B**.

The S stands for split box and the F for front and B for back. Instead of XXX, there is a part number that gives you the dimension of the halve. The number 122 stands for a regular box (1), with the dimension of 2×2 units.

By combining two halves, you can build boxes from four up to six units:

  • 2×4: LR2052-S122A-F + + LR2052-S122A-B
  • 2×5: LR2052-S122A-F + + LR2052-S123A-B
  • 2×6: LR2052-S123A-F + + LR2052-S123A-B

You will find all new parts in the catalog.

How to Join Them

Watch the following video to see how I join these boxes using 10-minute epoxy glue.

I use the 10-minute epoxy glue from R&G. This epoxy keeps some flexibility after curing, which is important if you use it with plastic parts.

Conclusion

I hope you find this new parts of the storage boxes system useful. Let me know how your prints turn out!

If you have any questions, missed information, or simply want to provide feedback, feel free to comment below. 😄

More Posts

How to Debug Time Critical Code using an Oscilloscope

Posted on 2014-11-13— How and Why

I often use a simple oscilloscope trick to debug time-critical code: toggle an I/O line before and after critical sections and observe interrupt timing and execution width. It’s low-effort and revealing — read on for practical steps, examples, and tips to measure and reason about your timing issues.

Read this post

Snowflake Component Side

Posted on 2017-11-14— Projects

I walk through assembling the component side of my snowflake panel, showing stencil-applied solder paste, placement of 105 resistors, capacitors, headers and chips, and sped-up hot-air soldering. I test the LEDs at the end — please read/watch the full post if you'd like the complete build and tips.

Read this post

Event-Based Firmware Example

Posted on 2019-08-05— C++, Improve your Code, Learn

I provide a complete event-loop firmware example for SAM‑D boards (Arduino Zero, Feather M0). I explain module design—Buttons, Display, and a support library—initialisation and polling logic, and link the source and demo. If you're curious, read the full post for code and implementation notes.

Read this post

Build a 3D Printer Enclosure

Posted on 2020-09-01— Build

I’ll walk you through my parametric, heavy wood-and-acrylic 3D-printer enclosure — from choosing boards and adjusting the Fusion 360 model to cutting parts, assembly, and 3D-printed hinges. If you want a stable, customizable enclosure for your printer, read the full tutorial for measurements, photos, and tips.

Read this post

Logic Gates Puzzle 11

Posted on 2021-05-03— Puzzle

I present a symmetric logic-gate circuit that implements a well-known function. Try to identify the function; hints are provided if you get stuck. If you enjoy this kind of puzzle, read the full post for images, tips, and the solution - I'd love your feedback and suggestions for more puzzles.

Read this post

Stencils from OSH Stencils Arrived

Posted on 2019-12-23— Projects

I received 3mil polyimide stencils from OSH Stencils for my Swiss precision timer project. They feel flimsy compared to the steel stencils I usually use, but cost much less. I’ll test solder paste application and the first prototype in the coming weeks — please read the full post for results.

Read this post