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