fix: Move idler 1mm down on X, do its printable w. 10mm rods
[clinton/prusa3.git] / box_frame / inc / metric.scad
CommitLineData
2159eed1 1// PRUSA iteration3
d3618a65
NZ
2// Default metric sizes
3// GNU GPL v3
2159eed1 4// Josef Průša <josefprusa@me.com>
d3618a65
NZ
5// http://www.reprap.org/wiki/Prusa_Mendel
6// http://github.com/prusajr/PrusaMendel
7
8// DONT CHANGE THIS FILE! ALTER VALUES IN CONFIGURATION.SCAD INSTEAD
9
10// RODS
11
12threaded_rod_diameter = 8.7;
13threaded_rod_diameter_horizontal = 8.7;
14smooth_bar_diameter = 8;
15smooth_bar_diameter_horizontal = 8.5;
16
17// Nuts and bolts
18
19m8_diameter = 9;
20m8_nut_diameter = 14.1;
21
22m4_diameter = 4.5;
23m4_nut_diameter = 9;
24
25m3_diameter = 3.6;
26m3_nut_diameter = 5.3;
27m3_nut_diameter_horizontal = 6.1;
28
d3618a65
NZ
29// Motors
30
2159eed1 31motor_shaft = 5.5;