tightener nut trap fix (partially accidentally pushed in commit 8dd487109dd5c02620e4b...
[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
0d8b4afe 19
d3618a65 20m8_diameter = 9;
0d8b4afe 21//iso4032 says Width across corners = 14.38
d3618a65
NZ
22m8_nut_diameter = 14.1;
23
67f4a88f 24m4_diameter = 4.7;
0d8b4afe
VAH
25//iso4032 says 7.66
26m4_nut_diameter = 7.6;
e952425c 27m4_nut_diameter_horizontal = 8.15;
d3618a65
NZ
28
29m3_diameter = 3.6;
0d8b4afe 30//iso4032 says 6.01
d3618a65 31m3_nut_diameter = 5.3;
f705c26c 32m3_nut_diameter_horizontal = 6.8;
99691128 33m3_washer_diameter = 6.9;
d3618a65 34
d3618a65
NZ
35// Motors
36
2159eed1 37motor_shaft = 5.5;