/* GNU AGPLv3 (or later at your option) see bottom for more license info */ /* spin thing that erin likes */ include object = "spin_cosine"; if (object == "spin_slices") { spin_slices(weight_radius, weight_thickness, bearing_radius, bearing_thickness, weight_lip_overhang, bearing_lip_overhang, wall, arms, layer_height); } else if (object == "spin_donut") { spin_donut(weight_radius, weight_thickness, bearing_radius, bearing_thickness, weight_lip_overhang, bearing_lip_overhang, wall, arms); } else if (object == "spin_cosine") { spin_cosine(weight_radius, weight_thickness, bearing_radius, bearing_thickness, weight_lip_overhang, bearing_lip_overhang, wall, arms); } else if (object == "cap") { cap(bearing_inner_radius, bearing_cap_footprint_radius, bearing_cover_radius, bearing_thickness); } /* This file is part of 3d-printables. 3d-printables is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 3d-printables is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with challenge-bot. If not, see . */