separate dimensions from form
[challenge-bot] / 3d-printables / wheel-dimensions.scad
CommitLineData
180a0f6f 1qr_size = 45;
2qr_height = 2;
3
4wall_width = 3;
5
6wheel_width = 9;
7wheel_radius = sqrt(2 * pow(qr_size / 2, 2)) + wall_width / 2;
8
9motor_shaft_radius = 3.7;
10motor_shaft_flat_width = 4.8;
11
12tread_radius = 4 / 2;