Skip to content

Latest commit

 

History

78 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Designing a 3D Printable Box in OpenSCAD

Summary

This is a set of lessons that walks through designing and creating a customizable 3D Printed Box using OpenSCAD. The attached lessons will introduce you to parametric design and help you build your own customizable box.

This can also be viewed and customized on the Thingiverse. The Markdown on Thingiverse is broken so the documentation is replicated here.

Please Note: Some features have been left incomplete as an exercise for the reader. For a complete version please see the original box with sliding lid

Table Of Contents

Identify A Problem

Medication in pill form is difficult to pack in small quantities. Pill bottles are large and cumbersome and do not fit in pockets or small purses. Blister packs rupture leaving the medication exposed to contamination and abrasion.

Define a Solution

A small, refillable pill box with a secure lid that holds one or two doses would be ideal for transporting medication in a pocket or purse.

Define Specifications

The final design must:

  • fit in an average pocket or small purse
  • have a secure lid
  • hold one or two doses of medication
  • protect the medication from contamination and abrasion

Research Options and Propose Solutions

The following ideas were researched on Thingiverse for inspiration.

Select a Solution and Develop

Box with sliding lid

  • lid should be secure, but not too difficult to open to keep out contaminants
  • box should be sturdy to hold up to pocket/purse wear and tear
  • closure should be robust and not too complex
  • box should protect medication from abrasion Solution Sketch

Design Cycle

Design Prototype 1

Make rough outline of OpenSCAD project on paper defining variables and modules; this is sometimes called psuedo code. Prototype 1 - Psuedo code

Design Prototype 2

Develop a 3D model in OpenSCAD using the plan and drawings.

Design Prototype 3

3D print several models and make changes to the design as needed:

  • Lid fit too snug; increase lid slot
  • Add multiple dividers to keep pills from touching; they abrade less this way

Evaluate finial product

Advantages:

  • Holds two doses of medicine
  • Lid is very secure

Disadvantages:

  • Box is defined by external dimensions rather than by the size of the medication
  • Lid is a bit too secure, difficult to open
  • Lid is not very attractive

Restart design cycle

Identify problems and propose solutions.

About

No description, website, or topics provided.

Resources

Stars

29 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages