Thingiverse
Box for playing cards
by 3D_Corpsman
20
Downloads
11
Likes
0
Makes
I needed a handy box to store the playingcards for my kids.
i uploaded the .scad file which can be paramitrised for your own purpose.
if you do not have OpenSCAD, feel free to ask and i will upload a .stl file with your needed dimensions.
Parameters are:
$fn=100;
// Size of the content you want to store (i would recomend to add a "inner tolerance" as well)
inner_tolerance = 0.0;
size = [50.5 + inner_tolerance, 33.5 + inner_tolerance, 25 + inner_tolerance];
// Wall thickness
i uploaded the .scad file which can be paramitrised for your own purpose.
if you do not have OpenSCAD, feel free to ask and i will upload a .stl file with your needed dimensions.
Parameters are:
$fn=100;
// Size of the content you want to store (i would recomend to add a "inner tolerance" as well)
inner_tolerance = 0.0;
size = [50.5 + inner_tolerance, 33.5 + inner_tolerance, 25 + inner_tolerance];
// Wall thickness
Sign in to leave a comment
Sign in