make cap with finger divot
[ozzloy@gmail.com/3d-printables] / spin.scad
1 /* GNU AGPLv3 (or later at your option)
2 see bottom for more license info */
3
4 /* spin thing that erin likes */
5 include<spin-data.scad>
6
7 spin(weight_radius,
8 weight_thickness,
9 weight_lip_thickness,
10 arms,
11 wall_thickness,
12 bearing_radius,
13 bearing_thickness);
14
15 !cap(bearing_inner_radius,
16 bearing_cap_footprint_radius,
17 bearing_cover_radius,
18 bearing_thickness);
19
20 /*
21 This file is part of 3d-printables.
22
23 3d-printables is free software: you can redistribute it and/or modify
24 it under the terms of the GNU Affero General Public License as published by
25 the Free Software Foundation, either version 3 of the License, or
26 (at your option) any later version.
27
28 3d-printables is distributed in the hope that it will be useful,
29 but WITHOUT ANY WARRANTY; without even the implied warranty of
30 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31 GNU Affero General Public License for more details.
32
33 You should have received a copy of the GNU Affero General Public License
34 along with challenge-bot. If not, see <http://www.gnu.org/licenses/>.
35 */