summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven <steven.vasilogianis@gmail.com>2021-11-14 17:39:59 -0500
committerSteven <steven.vasilogianis@gmail.com>2021-11-14 17:39:59 -0500
commitcb5ae1714293d8810fcbe223f20914abb18a1e20 (patch)
tree00c63f8ddf3c5ad471c6ed9d12d2b863d50838b5
parent94409119d344a09b8e8ef9cdeb99b51eb3b324e1 (diff)
initial readme
-rw-r--r--README.md66
1 files changed, 66 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f6720a2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,66 @@
1Copyright (C) Steven Vasilogianis
2
3This program is free software: you can redistribute it and/or modify
4it under the terms of the GNU General Public License as published by
5the Free Software Foundation, either version 3 of the License, or
6(at your option) any later version.
7
8# Summary #
9
103D printable parametric cubbies to store your shit. There are two distinct parts
11-- a "bottom" and a "side" -- that can be generated to the dimensions you need.
12
13# Instructions #
14
15**DO NOT SCALE IN A SLICER**
16
17Your distribution of this project may have included stl files; these are either
18samples or test prints to verify the fit of the dovetail joints. Cubbies are
19meant to be generated in one of the following ways:
20
21 *) Using the Thingiverse Customizer
22
23 *) Using Openscad -- either by using its builtin customizer (choose
24 Window->Customizer from the menu bar if it is not visible), or by
25 modifying the variabels at the top of the cubbies.scad file.
26
27 *) Using either the included shopenscad.sh script (run "shopenscad.sh -h" for
28 details) to generate a single model, or cubbies.sh (run "cubbies.sh -h"
29 for details) if you want to generate an entire set of cubbies.
30
31For a single cubby, you will need to print the side piece twice, and the bottom
32piece once. To add additional cubbies, print one bottom and one side. The bottom
33and side pieces can be flipped upside down so that the bottom pieces tenons fit
34into the mortises of the side piece that are not in use by its adjacent bottom
35piece.
36
37You can print tolerance test fit pieces (which are the minimum material
38necessary to confirm that the pieces will fit with your printer and slicer
39settings). These test pieces were generated using dovetail_test_fits.sh, which
40you can use to generate your own at different tolerances. You can also generate
41them in OpenSCAD by specifying either "male_tabs" and "female_tabs" for the
42"part" variable. (The cubby_depth paramater is respected as the length of those
43dovetail test pieces).
44
45# Contributions #
46
47I could use sum $ rn:
48
49 Paypal: https://paypal.me/svasilogianis
50 Venmo: https://venmo.com/u/Steven-Vasilogianis
51 Cashapp: https://cash.app/$svasi
52
53# Dependencies/Credits #
54
55 OpenSCAD: https://openscad.org
56 Belfry OpenScad Library: https://github.com/revarbat/BOSL2
57
58# Links: #
59
60 Git repisotiroy for this project: (the latest version of this software will
61 always be available here): https://git.cryptonomic.net/cubbies.git/
62
63 thingiverse
64 thangs
65 cults3d
66 cadhub.xyz