From: Václav 'Ax' Hůla Date: Mon, 29 Apr 2013 20:36:35 +0000 (+0200) Subject: Reorder conf_bushing, rename conf_b_igus to conf_b_bushing8 X-Git-Url: http://git.hcoop.net/clinton/prusa3.git/commitdiff_plain/ad18538fe61e32293712ba1c6c152f031fb641be Reorder conf_bushing, rename conf_b_igus to conf_b_bushing8 --- diff --git a/box_frame/inc/conf_bushing.scad b/box_frame/inc/conf_bushing.scad index fb7072a..5808714 100644 --- a/box_frame/inc/conf_bushing.scad +++ b/box_frame/inc/conf_bushing.scad @@ -11,18 +11,22 @@ // r is outer bushing radius needed for tight fit or bearing radius with loose fit [1] // h is barrel length [2] // type is 0 for linear bearings, 1 is for bushings which needs to be enclosed fully. [3] -// is it alo assumed that type 1 has flange and type 0 has not +// type 1 may have flange, but type 0 not // name is human readable name [4] -conf_b_igus = [4, 5.1, 10, 1, "igus J(V)FM 0810-10 or GFM 0810-10"]; -conf_b_lm8uu = [4, 7.7, 24, 0, "lm8uu bearing (standard)"]; +//bushings +conf_b_bushing8 = [4, 5.1, 10, 1, "Tube shaped bushing like igus J(V)FM 0810-10"]; +conf_b_bushing10 = [5, 6.1, 10, 1, "Tube shaped bushing with id=10mm, od=12mm and length of at least 10mm, like J(V)FM 1012-10"]; -conf_b_igus10 = [5, 6.1, 10, 1, "igus J(V)FM 1012-10"]; -conf_b_lm10uu = [5, 9.7, 29, 0, "lm10uu bearing (10mm smooth rod)"]; -conf_b_lm10luu = [5, 9.7, 55, 0, "lm10luu bearing (10mm smooth rod, long)"]; +conf_b_bronze = [4, 8, 11, 1, "bronze self-aligning bushing, 8mm"]; +//shorter beaings (two on each Z axis) +conf_b_lm8uu = [4, 7.7, 24, 0, "lm8uu bearing (standard)"]; +conf_b_lm10uu = [5, 9.7, 29, 0, "lm10uu bearing (10mm smooth rod)"]; conf_b_lme8uu =[4, 8.2, 25, 0, "lme8uu bearing"]; -conf_b_lm8luu = [4, 7.7, 45, 0, "lm8luu bearing (double length)"]; -conf_b_bronze = [4, 8, 11, 1, "bronze self-aligning bushing, 8mm"]; conf_b_lm12uu = [6, 10.6, 30, 0, "lm12uu bearing (12mm smooth rod)"]; + +//longer bearings +conf_b_lm8luu = [4, 7.7, 45, 0, "lm8luu bearing (double length)"]; +conf_b_lm10luu = [5, 9.7, 55, 0, "lm10luu bearing (10mm smooth rod, long)"]; conf_b_lm12luu = [6, 10.6, 57, 0, "lm12luu bearing (12mm, double length)"];