
The Board Game Insert Toolkit - Parametric Box Design
prusaprinters
<p>THIS PROJECT HAS MOVED TO GITHUB</p> <h3><a href="https://github.com/IdoMagal/The-Boardgame-Insert-Toolkit/">https://github.com/IdoMagal/The-Boardgame-Insert-Toolkit/</a></h3> <hr/> <p>This OpenSCAD library was created to make it easy to create board game inserts with lids for either horizontal or vertical storage, without any programming required.</p> <p>Create a settings file, in which you specify the box dimensions and any number of compartments, their sizes, what kind of pieces it holds, etc, and the script will do the rest.</p> <p>Inserts:</p> <ul> <li>Pandemic: <a href="https://www.thingiverse.com/thing:3412724">https://www.thingiverse.com/thing:3412724</a></li> <li>Mice and Mystics: <a href="https://www.thingiverse.com/thing:3435429">https://www.thingiverse.com/thing:3435429</a></li> <li>Indonesia (upgraded goods): <a href="https://www.thingiverse.com/thing:3446879">https://www.thingiverse.com/thing:3446879</a></li> <li>Indonesia (upgraded goods and ships ): <a href="https://www.thingiverse.com/thing:3454636">https://www.thingiverse.com/thing:3454636</a></li> <li>Pax Emancipation: <a href="https://www.thingiverse.com/thing:3450282">https://www.thingiverse.com/thing:3450282</a></li> <li>Bios: Genesis: <a href="https://www.thingiverse.com/thing:3452368">https://www.thingiverse.com/thing:3452368</a></li> <li>Greenland/Neanderthal: <a href="https://www.thingiverse.com/thing:3469793">https://www.thingiverse.com/thing:3469793</a></li> <li>Pax Porfiriana (Collector's Edition): <a href="https://www.thingiverse.com/thing:3478944">https://www.thingiverse.com/thing:3478944</a></li> <li>Pax Renaissance: <a href="https://www.thingiverse.com/thing:3479114">https://www.thingiverse.com/thing:3479114</a></li> <li>High Frontier (3rd): <a href="https://www.thingiverse.com/thing:3482341">https://www.thingiverse.com/thing:3482341</a></li> <li>Bios: Megafauna: <a href="https://www.thingiverse.com/thing:3493660">https://www.thingiverse.com/thing:3493660</a></li> <li>1830: <a href="https://www.thingiverse.com/thing:3499314">https://www.thingiverse.com/thing:3499314</a></li> <li>Sword & Sorcery: <a href="https://www.thingiverse.com/thing:3515523">https://www.thingiverse.com/thing:3515523</a></li> <li>Mansions of Madness 2nd edition persons container: <a href="https://www.thingiverse.com/thing:3527361">https://www.thingiverse.com/thing:3527361</a></li> <li>Stuffed Fables: <a href="https://www.thingiverse.com/thing:3535505">https://www.thingiverse.com/thing:3535505</a></li> <li>Star Trek: Frontiers: <a href="https://www.thingiverse.com/thing:3538652">https://www.thingiverse.com/thing:3538652</a></li> <li>V Commandos: <a href="https://www.thingiverse.com/thing:4319308">https://www.thingiverse.com/thing:4319308</a></li> </ul> <p>Cheers.</p> <hr/> <h3>CHANGE NOTES</h3> <h3>v2.00</h3> <p>Version 2.00 is a major rework and is not compatible with previous versions.</p> <p>The major changes are</p> <ul> <li>"type" has been replaced with explicit specification of a-la-carte features.</li> <li>Labels have more options.</li> </ul> <h3>Details:</h3> <ul> <li>g_b_visualization is now purely for previewing and cannot be exported (accidentally or otherwise)</li> <li>components are now colorized for easier debugging of overlaps</li> <li>labels<ul> <li>New field, "placement" (default "center") specifies where to place the text relative to the compartment.</li> </ul> Supported values are "center", "below", "back", "left", "right", "back-wall", "front-wall", "right-wall", "left-wall". <br/> "center" places the text in the FRONT of the compartment while the others place it on one of the adjacent partitions. <br/> "-wall" placement places the labels on the wall of the compartment.<ul> <li>New field, "offset" (default "[0,0]") specifies the amount to adjust the position of the text, in the x and y directions.</li> <li>New field, "font" (default "Liberation Sans:style=bold") specifies a font to use.</li> <li>The field "rotation" now specifies an angle in degrees and supports any angle.</li> <li>The field "size" now supports (and defaults to) "auto," which attempts to fit the text into its region.</li> <li>When using an array of labels, the labels are no longer read in reverse order and should appear as specified in the array.</li> </ul> </li> <li>boxes<ul> <li>New field "lid_notches" (default "true") specifies whether the box has notches or not.</li> <li>New field "fit_lid_under" (default "true") replaces g_b_fit_lid_underneath and allows per-box specification on whether the box should be printed to allow the lid to fit underneath.</li> <li>New field "lid_hex_radius" (default "4.0") specifies the radius of the honeycomb hexes in the lid.</li> </ul> </li> <li>components<ul> <li>The field "rotation" now respects any value and specifies the rotation of the entire component.</li> <li>The field "type" has been deprecated. All of the functionality has been moved into individual component features.</li> <li>The field "partition_size_adjustment" has been deprecated.</li> <li>New field "padding" (default "[1.0, 1.0]") specifies the size of the partitions between compartments, in the x and y directions.</li> <li>The field "partition_height_adjustment" has been renamed "padding_height_adjust."</li> <li>The global "g_partition_thickness" has been deprecated.</li> <li>The global "g_finger_partition_thickness" has been deprecated.</li> <li>New field "margin" (default "[false,false,false,false]") specifies which sides of the component will have a partition. The sides are [FRONT,BACK,LEFT,RIGHT].</li> <li>New field "cutout_sides" (default "[false,false,false,false]") specifies sides of the compartment to place finger cutouts. Sides are [FRONT,BACK,LEFT,RIGHT].</li> <li>New field "shape" (default "square") specifies a geometric shape for the compartments. Supported shapes are "hex", "hex2", "oct", "oct2", "round", "square", "fillet".</li> <li>New field "shape_rotated_90" (default "false") specifies whether the shape should be rotated 90 degrees.</li> <li>New field "shape_vertical" (default "false") specifies whether the shape should be rotated vertically.</li> <li>New field "shear" (default "[0,0]) specifies angles by which to shear the component in the x and y directions.</li> </ul> </li> <li>misc<ul> <li>misc bug fixes</li> </ul> </li> </ul> <h3>v1.17</h3> <ul> <li>Updated examples with more properties.</li> <li>Added examples of partition_size_adjustment and partition_height_adjustment</li> </ul> <h3>v1.16</h3> <ul> <li>Fixed error in rotated hex chit_stack computation</li> <li>Added "hex_rotated" shape, which is has point-side-down</li> </ul> <h3>v1.15</h3> <ul> <li>Bug fixes and cleanup</li> </ul> <h3>v1.13</h3> <ul> <li>Vertical chit stacks now rotate correctly.</li> <li>Finger cutouts now go through the bottom. This saves material and makes it easier to get pieces out.</li> <li>Added shaped holes in the bottom of vertical stacks.</li> </ul> <h3>v1.12</h3> <ul> <li>Better support for compact fits.</li> <li>Bug fixes and optimizations.</li> </ul> <h3>v1.11</h3> <ul> <li>Now supports rotation of features.</li> </ul> <h3>v1.10</h3> <ul> <li>Under-box storage of lid without need for supports.</li> <li>Misc optimizations and bug fixes</li> <li>Moved Mice and Mystics to its own thing (<a href="https://www.thingiverse.com/thing:3435429">https://www.thingiverse.com/thing:3435429</a>)</li> </ul> <h3>v1.09</h3> <ul> <li>More work on visualization.</li> <li>Added option to print extra thin lids.</li> <li>Added option to create insets at box bottom that allow lid to be stowed under during play.</li> <li>Added simple solid labeled lid option.</li> <li>Misc fixes and optimizations.</li> </ul> <h3>v1.08</h3> <ul> <li>Added ability to visualize the inserts closed and arranged as they will be placed in the</li> <li>game box.</li> </ul> <h3>v1.07</h3> <ul> <li>Enlarged lid hexes to shorten Openscad rendering.</li> <li>Added lid label offset to help legibility.</li> </ul> <h3>v1.06</h3> <ul> <li>Added native honeycomb lid pattern.</li> <li>Added ability to label lids.</li> <li>Updated Mice and Mystics insert.</li> </ul> <h3>v1.05</h3> <ul> <li>Added ability to label compartments individually within a component.</li> <li>Added Mice and Mystics example.</li> </ul> <h3>v1.04</h3> <ul> <li>Added support for labelling compartments.</li> <li>Moved Pandemic to its own thing. (<a href="https://www.thingiverse.com/thing:3412724">https://www.thingiverse.com/thing:3412724</a>)</li> </ul> <h3>v1.03</h3> <ul> <li>Added support for negative position values, which position relative to the other side of the box.</li> <li>Fixed lid fitting issue.</li> <li>Clamped max depth of finger cutouts.</li> </ul> <h3>v1.02</h3> <ul> <li>Added support for round and hex chit stacks using the "shape" property.</li> <li>Misc bug fixes.</li> </ul> <h3>v1.01</h3> <ul> <li>Added support for a chit stack compartment.</li> <li>Added an example SCAD file that features every compartment type.</li> <li>Fixed misc bugs.</li> </ul> <h3>Print Settings</h3> <p><strong>Printer Brand:</strong></p> <p>Prusa</p> <p><strong>Printer:</strong></p> <p>i3 MK3</p> <p><strong>Rafts:</strong></p> <p>No</p> <p><strong>Supports:</strong></p> <p>No</p> <p><strong>Resolution:</strong></p> <p>0.2mm</p> <p><strong>Infill:</strong></p> <p>10%</p> <p><strong>Filament:</strong> any any</p> <p>any</p> Category: Games
With this file you will be able to print The Board Game Insert Toolkit - Parametric Box Design 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 The Board Game Insert Toolkit - Parametric Box Design.