start scading the whole robot for printing
[challenge-bot] / 3d-printables / whole-robot.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 // use $fn = 20 while developing, 100 when about to print
8 // 20 will make previews fast
9 // 100 will make printing smooth
10
11 // wheel(wheel_radius,
12 // wheel_width,
13 // motor_shaft_radius,
14 // motor_shaft_flat_width,
15 // wall_width,
16 // tread_radius);
17
18 include <whole-robot-data.scad>
19
20 between_parts = 1;
21
22 deck_holder();
23 translate([deck_holder_length + between_parts, 0, 0]){
24 sonar_holder();}