update puzzle to latest version to match solution instructions
[ozzloy@gmail.com/3d-printables] / calibration-cube-data.scad
1 /* GNU AGPLv3 (or later at your option)
2 see bottom for more license info */
3
4 /* calibration cube for calibrating a printer */
5
6 module calibration_cube(){
7 cube(20);
8 }
9
10 /*
11 This file is part of 3d-printables.
12
13 3d-printables is free software: you can redistribute it and/or modify
14 it under the terms of the GNU Affero General Public License as published by
15 the Free Software Foundation, either version 3 of the License, or
16 (at your option) any later version.
17
18 3d-printables is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 GNU Affero General Public License for more details.
22
23 You should have received a copy of the GNU Affero General Public License
24 along with challenge-bot. If not, see <http://www.gnu.org/licenses/>.
25 */