Move bushing config
[clinton/prusa3.git] / box_frame / inc / conf_bushing.scad
CommitLineData
d28c5693
VAH
1// PRUSA iteration3
2// Bushing and bering dimensions
3// GNU GPL v3
4// Václav 'ax' Hůla <axtheb@gmail.com>
5// http://www.reprap.org/wiki/Prusa_Mendel
6// http://github.com/prusajr/PrusaMendel
7//
8
9// each config is in form[r_rod, r, h, type, name] where:
10// r_rod is smooth rod radius [0]
11// r is outer bushing radius needed for tight fit or bearing radius with loose fit [1]
12// h is barrel length [2]
13// type is 0 for linear bearings, 1 is for bushings which needs to be enclosed fully. [3]
14// is it alo assumed that type 1 has flange and type 0 has not
15// name is human readable name [4]
16
17conf_b_igus = [4, 5.1, 10, 1, "igus J(V)FM 0810-10 or GFM 0810-10"];
18conf_b_lm8uu = [4, 7.7, 24, 0, "lm8uu bearing (standard)"];
19
20conf_b_igus10 = [5, 6.1, 10, 1, "igus J(V)FM 1012-10"];
21conf_b_lm10uu = [5, 9.7, 29, 0, "lm10uu bearing"];
22
23conf_b_lme8uu =[4, 8.2, 25, 0, "lme8uu bearing"];
24conf_b_lm8luu = [4, 7.7, 45, 0, "lm8luu bearing (double length)"];
25conf_b_bronze = [4, 8, 11, 1, "bronze self-aligning bushing, 8mm"];
26conf_b_lm12uu = [6, 10.6, 30, 0, "lm12uu bearing (12mm smooth rod)"];
27conf_b_lm12luu = [6, 10.6, 57, 0, "lm12luu bearing (12mm, double length)"];