aboutsummaryrefslogtreecommitdiff
path: root/structure/conf.scad
blob: ac348a7b68b15bea08771356853dd051821dfbf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//rendering
epsilon=0.1;

//model
frame_length=1000;
frame_inner=13.5;
frame_outer=15;

support_width=100;
support_height=0.75;
support_inner=90;
support_diameter=3;

rack_width=150;
rack_inner=140;
rack_diameter=3;
rack_height=250;
rack_plate_height=4;

stand_height=250;
stand_width=282;
stand_diameter=6;
stand_head_height=35;
stand_head_diameter=4;

foot_outer=12;
foot_inner=8;
foot_length=500;

motor_hole_distance=480;
motor_hole_diameter=12;
motor_mount_distance=19;
motor_mount_diameter=3;