Refactored z axis
[clinton/prusa3.git] / metric.scad
CommitLineData
d3618a65
NZ
1// PRUSA Mendel
2// Default metric sizes
3// GNU GPL v3
4// Josef Průša
5// josefprusa@me.com
6// prusadjs.cz
7// http://www.reprap.org/wiki/Prusa_Mendel
8// http://github.com/prusajr/PrusaMendel
9
10// DONT CHANGE THIS FILE! ALTER VALUES IN CONFIGURATION.SCAD INSTEAD
11
12// RODS
13
14threaded_rod_diameter = 8.7;
15threaded_rod_diameter_horizontal = 8.7;
16smooth_bar_diameter = 8;
17smooth_bar_diameter_horizontal = 8.5;
18
19// Nuts and bolts
20
21m8_diameter = 9;
22m8_nut_diameter = 14.1;
23
24m4_diameter = 4.5;
25m4_nut_diameter = 9;
26
27m3_diameter = 3.6;
28m3_nut_diameter = 5.3;
29m3_nut_diameter_horizontal = 6.1;
30
31// Bushing holder
32
33bushing_core_diameter = smooth_bar_diameter;
34bushing_material_thickness = 1;
35
36// Motors
37
38motor_shaft = 5.5;