define wiring in separate file
[challenge-bot] / 3d-printables / motor-mount.scad
CommitLineData
25cd00a6 1/*
2 Copyright (C) 2015 Daniel Watson
3 See the end of the file for license conditions.
4*/
71abed8c 5// challenge-bot
6// GNU AGPLv3 (or later at your option)
25cd00a6 7// project available here:
8// https://challenge-bot.com/
71abed8c 9
10$fn = 60;
11
3d90aff0 12include <motor-mount-data.scad>
71abed8c 13
14motor_mount();
25cd00a6 15
16/*
17 This file is part of challenge-bot.
18
19 Challenge-bot is free software: you can redistribute it and/or modify
20 it under the terms of the GNU Affero General Public License as published by
21 the Free Software Foundation, either version 3 of the License, or
22 (at your option) any later version.
23
24 GNU Affero Emacs is distributed in the hope that it will be useful,
25 but WITHOUT ANY WARRANTY; without even the implied warranty of
26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 GNU Affero General Public License for more details.
28
29 You should have received a copy of the GNU Affero General Public License
30 along with challenge-bot. If not, see <http://www.gnu.org/licenses/>.
31*/