From 0f6272bf48d1d4366e9cdab8a537940b4d2394b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20=27Ax=27=20H=C5=AFla?= Date: Sun, 26 May 2013 11:49:03 +0200 Subject: [PATCH] Add 12mm bushing variant to config file --- box_frame/inc/conf_bushing.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/box_frame/inc/conf_bushing.scad b/box_frame/inc/conf_bushing.scad index 85ce2bd..0b3d474 100644 --- a/box_frame/inc/conf_bushing.scad +++ b/box_frame/inc/conf_bushing.scad @@ -17,6 +17,7 @@ //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_bushing12 = [6, 7.1, 15, 1, "Tube shaped bushing with id=12mm, od=14mm and length of at least 15mm, like SF-1 1215"]; conf_b_bronze8 = [4, 8, 11, 1, "bronze self-aligning bushing, 8mm"]; -- 2.20.1