Do you have table so cluttered you don’t see the color of the desk? TableClip to the rescue! ;)
Jokes aside, some time ago I’ve got inspired by the USB Cable Organizer and thought that this could be extended to other useful things and also improved.
So I designed modular system that is divided to parts. The table clip itsef and various modules that can be attached to the clip through lock mechanism.
-
cable holder
-
pen and paper holder
-
headphones holder
-
storage box
For the ready-to-print stl
files, go to TableClip on prusaprinters.org
BUT the best thing about it is that I’m sharing the sources here. So everybody can design his own modules that can be attached to the base module.
If you do not want to design new modules in the OpenSCAD, you can use just the key object (_key.stl
) and add it to anything you design in program of your choice. The key and the lock themselves are designed in a way that allows two things:
-
It is not necessary to print the key in the full height. The connected module still stays on top (see headphones holder for example).
-
Key does not have to be printed from the bed, it is fully capable of printing in the middle of the print. The modules themselves can therefore extend below the table (see pencil holder for example).
-
threadlib - https://github.com/adrianschlatter/threadlib
-
dependencies of the threadlib (follow the instructions on their page, it’s just copying files over)
-
scad-utils - https://github.com/openscad/scad-utils
-
list-comprehension - https://github.com/openscad/list-comprehension-demos
-
thread_profile.scad - https://github.com/MisterHW/IoP-satellite/blob/master/OpenSCAD%20bottle%20threads/thread_profile.scad
-
-
Round-Anything - https://github.com/Irev-Dev/Round-Anything