remove unused qr code from wheel
[challenge-bot] / 3d-printables / wheel.scad
... / ...
CommitLineData
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// use $fn = 20 while developing, 100 when about to print
8// 20 will make previews fast
9// 100 will make printing smooth
10$fn = 100;
11
12include <wheel-data.scad>
13
14wheel(wheel_radius,
15 wheel_width,
16 motor_shaft_radius,
17 motor_shaft_flat_width,
18 wall_width,
19 tread_radius);