July 25, 2024
Description
Hi
I wanted to make a nicer box for my Dominion cards and needed lots of card dividers. This was a good reason to get into OpenSCAD and use batch processing to generate all the STLs.
The Dividers were designed to be fast printing and not to use up too much filament. I use a Sharpie/Edding to make the text better readable. You can use a filament change at the layer if you are feeling fancy.
The OpenSCAD file two main parameters:text is your string to write on the tab.side is either left, right or middle for a tab on the left side, the right side or in the middle (at full width)
You can use a batch file to generate your list of STLs in no time. Here is a sample that generates the first three cards dividers (Windows):
openscad -o divider_101_Dominion.stl -D "text=\"Dominion 1st Ed\"" -D "side=\"middle\"" divider_v1.scadopenscad -o divider_001_ADVENTURER.stl -D "text=\"Adventurer\"" -D "side=\"left\"" divider_v0.scadopenscad -o divider_002_BUREAUCRAT.stl -D "text=\"Bureaucrat\"" -D "side=\"right\"" divider_v0.scad
For Dominion players, I added the resulting STLs for the 1st editions of the base game, Prosperity and Seaside expansions.
License:
Creative Commons — Attribution — Share Alike