Thingiverse
Parametric Birth Control Pill Sleeve by dyanawu
by Thingiverse
Last crawled date: 5 years, 3 months ago
Just a simple sleeve to hold birth control pill blister packs.
It currently will fit perfectly a 21-pill blister pack of Microgynon 30; I'd really appreciate feedback with dimensions if your particular brand doesn't fit properly so I can try to rework the math.
The relevant variables that I hope work for most things:
// work some slop/tolerance into these numbers
bcp_len = 85; // length of the pack
bcp_wid = 55; // width of the pack
bcp_hei = 5.5; // heigh of the pack
// thickness of walls and floor
wall_thi = 2;
// radius of the cutout for easy pulling out (this is most likely to need tweaking)
cutout_rad = bcp_wid / 7.5;
// if you intend to print this in a resin printer, set to 1, else 0
// this affects whether the extra holes are generated to avoid a resin column forming
print_resin = 1;
It currently will fit perfectly a 21-pill blister pack of Microgynon 30; I'd really appreciate feedback with dimensions if your particular brand doesn't fit properly so I can try to rework the math.
The relevant variables that I hope work for most things:
// work some slop/tolerance into these numbers
bcp_len = 85; // length of the pack
bcp_wid = 55; // width of the pack
bcp_hei = 5.5; // heigh of the pack
// thickness of walls and floor
wall_thi = 2;
// radius of the cutout for easy pulling out (this is most likely to need tweaking)
cutout_rad = bcp_wid / 7.5;
// if you intend to print this in a resin printer, set to 1, else 0
// this affects whether the extra holes are generated to avoid a resin column forming
print_resin = 1;
