This is a lightweight vertical stacker designed specifically for the Handsome Cableorganizer (Mini V1.3). If you have several of these organizers and want to save desk space, this "tower" allows you to stack up to 4 units vertically while keeping the cables accessible.
This model was co-created using Gemini (AI) and OpenSCAD. The design has been optimized to be as light as possible (approx. 21g) while maintaining enough structural rigidity to hold the stack. It features dual side-slots to allow cables to exit freely from any level.
Technical Specifications
-
Compatibility: Designed for the 65mm diameter version (Mini V1.3).
-
Capacity: Can hold up to 4 or 5 cable organizers.
-
Wall Thickness: 1.2mm (optimized for 3 perimeters with a 0.4mm nozzle).
Print Settings (Optimized for Speed)
-
Layer Height: 0.28mm (Draft profile).
-
First Layer Height: 0.30mm for better bed adhesion.
-
Perimeters: 3 (with 0.4mm nozzle).
-
Material: PLA.
-
Print Time: ~1h25m for x4 // ~2h00m for x5
OpenSCAD Source Code
You can use this code to customize the height or the number of boxes:
OpenSCAD
// --- PARAMETRES OPTIMISÉS --- diametre_boite = 65.5; hauteur_boite = 25.2; nb_boites = 4; epaisseur = 1.2; largeur_fente = 30; hauteur_max = 500; hauteur_utile = min(nb_boites * hauteur_boite, hauteur_max - 2); union() { // BASE EN ANNEAU difference() { cylinder(h = 1.2, d = diametre_boite + (epaisseur * 2), $fn=100); translate([0,0,-0.1]) cylinder(h = 1.4, d = diametre_boite - 10, $fn=100); } // COLONNES translate([0, 0, 1.2]) difference() { cylinder(h = hauteur_utile, d = diametre_boite + (epaisseur * 2), $fn=100); translate([0, 0, -0.1]) cylinder(h = hauteur_utile + 0.2, d = diametre_boite, $fn=100); for(a = [0, 180]) { rotate([0, 0, a]) translate([0, - (diametre_boite + 5)/2, hauteur_utile/2]) cube([largeur_fente, diametre_boite + 10, hauteur_utile + 2], center=true); } } }Credits
-
Original "The Handsome Cableorganizer" by @Crib_54581 on Printables.
-
Stacker design generated with Gemini & OpenSCAD.
Modellquelle
