Tall Boxes Ready for Download

published: November 27, 2020 — last modified: October 23, 2025

The tall boxes set is ready for download, after successfully completing my tests. You will get carefully designed storage boxes, optimised for 3d print from the ground up.

Only this weekend, from 2020-11-27 to 2020-11-29, all STL files in the shop are 20% off.

The new set fits well into the series. In the picture above you can see a comparison between the flat (red), regular (blue) and tall (violet) boxes. All of them will stack perfectly and match in the same grid.

Compared with the flat and regular boxes, the tall boxes required a slightly optimised wall profile. You can clearly see the additional ribs, which were required to prevent the walls from bulging. These ribs also take the additional load if you stack heavier boxes on top.

I also optimized the corner profile, which creates now an even better 3d print result as you can see in the picture above.

You will find all details on the project page for the storage boxes system with free downloads of a small set of boxes. In the catalog, you will get a visual overview of all parts and you can buy the full sets in the shop.

I hope you will find these boxes as useful as I do. Please let me know how you make use of these boxes, please share photos of your prints in action on Twitter! 😄

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

More Posts

Logic Gates Puzzle 10

Posted on 2021-05-01— Puzzle

I present a stylised logic-gate puzzle: a circuit that performs a handy function. Try to deduce what it does from the diagram, use the hints if you get stuck, and read the full post for the solution and explanation. I'd love your feedback or questions.

Read this post

A New Modular CMake Based Toolchain for Feather M0 HAL

Posted on 2019-06-19— Projects

I built a simple, modular CMake-based toolchain for Adafruit Feather M0 boards that reuses Arduino tools while giving full build control. It’s aimed at prototype work and HAL development on macOS and Linux. If you’re curious, read the full post for setup steps and examples.

Read this post

A New Library for Meggy Jr RGB

Posted on 2014-11-13— Projects, Software

I rebuilt the Meggy Jr RGB library from scratch to make game development simpler on the ATmega328P. I focused on low memory use, frame‑synchronized loops with a back buffer, clear color handling, fast pixel operations, reliable button input and a background sound player. Read the post for examples and the GitHub release.

Read this post

Auto and Structured Binding

Posted on 2019-07-16— C++, Improve your Code, Learn

I introduce C++17 structured binding with approachable examples: returning multiple values via std::tuple, binding to structs and arrays, and using references to avoid copies. If you use a C++17-capable compiler and want cleaner, clearer code, read the full article for practical examples and tips.

Read this post

Soldering for Show

Posted on 2016-09-24— Learn

I walk you through how I get camera-ready solder work: choosing the right iron and pliers, selecting solder and flux, careful prep, cutting and reheating for shiny domes, plus cleaning for macro photos. If you want neater prototypes or better product shots, read the full step-by-step guide.

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