mark speeds given to go as constant
[challenge-bot] / guide / square1.scad
CommitLineData
0420ea3a 1// tldr; AGPLv3+
2// copyright info at bottom
3square(1);
4/*
5Copyright 2016 daniel watson
6
7This file is part of challenge-bot.
8
9challenge-bot is free software: you can redistribute it and/or modify
10it under the terms of the GNU Affero General Public License as published
11by the Free Software Foundation, either version 3 of the License, or
12(at your option) any later version.
13
14challenge-bot is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU Affero General Public License for more details.
18
19You should have received a copy of the GNU Affero General Public License
20along with challenge-bot. If not, see <http://www.gnu.org/licenses/>.
21*/