separate data into *-data.scad for 3d models
[challenge-bot] / 3d-printables / motor-mount.scad
1 // challenge-bot
2 // GNU AGPLv3 (or later at your option)
3 // project available at these locations:
4 // https://gitorious.org/ozzloy/challenge-bot
5 // https://github.com/waynegramlich/challenge-bot
6
7 $fn = 60;
8
9 include <motor-mount-data.scad>
10
11 motor_mount();