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