Box for playing cards by 3D_Corpsman model
3dmdb logo
Thingiverse
Box for playing cards by 3D_Corpsman

Box for playing cards by 3D_Corpsman

by Thingiverse
Last crawled date: 3 years, 1 month ago
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
wall_thickness=2;
// width of the whole where you can stick your fingers in
inner_whole=20;
// the distance between the top and the bottom box
tolerance=0.5;

Tags