Changed image to be more representative and less misleading, Added instructions to README.md

This commit is contained in:
Felizitas 2023-01-10 18:36:12 +01:00
parent 21dbb3247e
commit 42a09fb842
3 changed files with 10 additions and 2 deletions

View file

@ -5,10 +5,18 @@
A printable object for storing pills that can be parametrized to fit most round tablets.
I Originally designed this between December 2019 and January 2020 to keep track of loose pills and to keep them intact.
I originally designed this between December 2019 and January 2020 to keep track of loose pills and to keep them intact.
Features:
- Variable amount of variable-sized compartments for individual pills.
- Spring detent for every compartment position.
- Optional built-in spliting aid.
- Optional attachment hole/keychain ring.
Instructions:
- Generating / using the model:
- Option 1: The file itself contains an example that can be customized to suit your needs.
- Option 2: The files modules can be used in other projects via `use <…/pill_dispenser.scad>`.
- Assembly:
(As in the image)
Insert the carrier into the shroud with the flat end forward and the compartments facing away from the slot.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -15,7 +15,7 @@ keyring=false; // adds a keyring
splitting_aid=true; // splitting aid
// implementation
// instantiation
translate([0,15,0])color([0.6,0.7,0.8]){
carrier(amount,diameter,heigth,with_splitter=splitting_aid);
}