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