
Storage system for hexagonal or cylindric tiles
thingiverse
GERMAN VERSION BELOW This thing is no thing in the classical meaning but an OpenSCAD module for creating storage boxes used for circular or hexagonal tiles. It is uploaded as thing of it's own so it can be remixed. A box gets an odd number of identical piles, in which the tiles are stored. A part of the tiles protrudes the box, so you can remove the tiles from the box easily. The beveled bottom of the box should assist you in that too. The box gets a sliding lid to be closed. One design principle was material-saving. You can see that for instance in the rectangular holes, that are set into bottom and lid. The module uses two small modules "hexcylinder.inc.scad" and "tricylinder.inc.scad", that define cylinders with an hexagonal and right-angled triangular base respectively. In the authors opinion the following call should be sufficient for the first try: use <OddNumberOfCycleOrHexPiles.inc.scad>; OddNumberOfCycleOrHexPiles ( tile_diameter = 17, tile_height = 4, tiles_per_pile = 8, number_of_piles = 5, size_of_hole_in_bottom = [7.2,9], which_part = 1, hex_or_cycle = 0 ); You can call the module with all arguments via use <OddNumberOfCycleOrHexPiles.inc.scad>; OddNumberOfCycleOrHexPiles ( tile_diameter = 17, // diameter of tiles tile_diameter_tolerance = 0.4, // increasing the diameter of piles tile_height = 4, // height of one tile tile_percentage_in_piles = 85, // percentage of the tiles that is inside the box tiles_per_pile = 8, // how many tiles are stored in one pile number_of_piles = 5, // how many piles are to be made z_tolerance = 0.6, // extra height of a pile wall_thickness = 1.2, // thickness of walls pile_dividing_thickness = 0, // wall thickness between piles bevel_height = 2.4, // height of the slanted bottom size_of_hole_in_bottom = [7.2,9], // width and depth of the rectangular bottom holes bottom_thickness = 0, // thickness of the bottom min_lid_thickness = 1.6, // minimum thickness of the lid lid_rail_height = 0, // height of the lid's rail lid_shrinking = 0.3, // difference of width of box and lid which_part = 1, // 1 for lid, otherwise box hex_or_cycle = 0 // 6 for hex, otherwise cycle ); The given values are the default-values and are used if an argument is missing. If you need more details, look into the module-file. GERMAN VERSION Dieses Ding ist kein Ding im eigentlichen Sinn, sondern ein OpenSCAD-Modul, mit dem sich Aufbewahrungsboxen für rundes oder hexagonales Spielmaterial erzeugen lassen. Es wurde als eigenes Ding hochgeladen, damit es geremixed werden kann. Jede Box besteht dabei aus einer ungeraden Anzahl an gleichartigen Säulen, in denen das Spielmaterial gelagert wird. Ein Teil des Spielmaterials ragt dabei über die Box hinaus, damit man es gut aus der Box herausnehmen kann. Dabei wird man zusätzlich vom angeschrägten Boden der Box unterstützt. Zum Verschließen bekommt die Box einen schiebbaren Deckel. Es wurde darauf geachtet, wo möglich Material zu sparen. Deshalb bekommt jede Säule auch in Boden und Deckel eine rechteckige Aussparung. Das Modul verwendet die zwei kleinen Module "hexcylinder.inc.scad" und "tricylinder.inc.scad", die Zylinder mit hexagonaler bzw. rechtwinklig dreieckiger Grundfläche definieren. Aus Sicht des Autors sollte der folgende Aufruf für einen ersten Versuch ausreichen: use <OddNumberOfCycleOrHexPiles.inc.scad>; OddNumberOfCycleOrHexPiles ( tile_diameter = 17, tile_height = 4, tiles_per_pile = 8, number_of_piles = 5, size_of_hole_in_bottom = [7.2,9], which_part = 1, hex_or_cycle = 0 ); Das Modul mit allen Argumenten wird aufgerufen via use <OddNumberOfCycleOrHexPiles.inc.scad>; OddNumberOfCycleOrHexPiles ( tile_diameter = 17, // Durchmesser des Spielmaterials tile_diameter_tolerance = 0.4, // Vergrößerung für den Durchmesser der Säulen tile_height = 4, // Stärke des Spielmaterials (einzeln) tile_percentage_in_piles = 85, // Prozentsatz des Spielmaterials, das innerhalb der Box liegt tiles_per_pile = 8, // Wie viele Teile sollen in eine Säule? number_of_piles = 5, // Wie viele Säulen werden benötigt? z_tolerance = 0.6, // Vergrößerung für die Höhe einer Säulen wall_thickness = 1.2, // Wandstärke pile_dividing_thickness = 0, // Wandstärke zwischen den Säulen bevel_height = 2.4, // Höhendifferenz des Bodens durch die Schräge size_of_hole_in_bottom = [7.2,9], // Masse der rechteckigen Aussparung bottom_thickness = 0, // Bodenstärke min_lid_thickness = 1.6, // Mindeststärke des Deckels lid_rail_height = 0, // Höhe der Deckelreling lid_shrinking = 0.2, // Verkleinerung der Deckelbreite which_part = 1, // Bei "1" wird der Deckel ausgegeben, andernfalls die Box. hex_or_cycle = 0 // "6" bei hexagonalem Spielmaterial, andernfalls rundes Material. ); Die angegebenen Werte sind die Standardwerte, die verwendet werden, wenn ein Argument fehlt. Weitere Details können der Modul-Datei entnommen werden.
With this file you will be able to print Storage system for hexagonal or cylindric tiles with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Storage system for hexagonal or cylindric tiles.