From 1c445385b42e2190517342ad140f4bea4480f33b Mon Sep 17 00:00:00 2001 From: Martin Budden Date: Mon, 1 Feb 2021 19:21:50 +0000 Subject: [PATCH] Made C version of linear rails and carriages explicit. --- vitamins/rails.scad | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/vitamins/rails.scad b/vitamins/rails.scad index 02a6761..b6f9a11 100644 --- a/vitamins/rails.scad +++ b/vitamins/rails.scad @@ -22,11 +22,11 @@ // // L L1 W H H1 C B MGN5_carriage = [ 16, 9.6, 12, 6, 1.5, 0, 8 , M2_cap_screw ]; -MGN7_carriage = [ 23, 14.3, 17, 8, 1.5, 8, 12, M2_cap_screw ]; -MGN9_carriage = [ 29.7, 20.8, 20, 10, 2, 10, 15, M3_cap_screw ]; -MGN12_carriage = [ 34.7, 21.7, 27, 13, 3, 15, 20, M3_cap_screw ]; +MGN7C_carriage = [ 23, 14.3, 17, 8, 1.5, 8, 12, M2_cap_screw ]; +MGN9C_carriage = [ 29.7, 20.8, 20, 10, 2, 10, 15, M3_cap_screw ]; +MGN12C_carriage= [ 34.7, 21.7, 27, 13, 3, 15, 20, M3_cap_screw ]; MGN12H_carriage= [ 45.4, 32.4, 27, 13, 3, 20, 20, M3_cap_screw ]; -MGN15_carriage = [ 43.3, 27.7, 32, 16, 4, 20, 25, M3_cap_screw ]; +MGN15C_carriage= [ 43.3, 27.7, 32, 16, 4, 20, 25, M3_cap_screw ]; SSR15_carriage = [ 40.3, 23.3, 34, 24, 4.5, 0, 26, M4_cap_screw ]; // // Rails @@ -34,13 +34,13 @@ SSR15_carriage = [ 40.3, 23.3, 34, 24, 4.5, 0, 26, M4_cap_screw ]; // // Wr Hr E P D d h go gw MGN5 = [ "MGN5", 5, 3.6, 5, 15, 3.6, 2.4, 0.8, M2_cs_cap_screw, MGN5_carriage, M2_cs_cap_screw, 1, 1 ]; // Screw holes too small for M2 heads -MGN7 = [ "MGN7", 7, 5, 5, 15, 4.3, 2.4, 2.6, M2_cap_screw, MGN7_carriage, M2_cs_cap_screw, 1.5, 1.5 ]; -MGN9 = [ "MGN9", 9, 6, 7.5, 20, 6.0, 3.5, 3.5, M3_cap_screw, MGN9_carriage, M3_cs_cap_screw, 1.5, 1.5 ]; -MGN12= [ "MGN12", 12, 8, 10, 25, 6.0, 3.5, 4.5, M3_cap_screw, MGN12_carriage, M3_cs_cap_screw, 2.25, 2.75 ]; +MGN7C= [ "MGN7C", 7, 5, 5, 15, 4.3, 2.4, 2.6, M2_cap_screw, MGN7C_carriage, M2_cs_cap_screw, 1.5, 1.5 ]; +MGN9C= [ "MGN9C", 9, 6, 7.5, 20, 6.0, 3.5, 3.5, M3_cap_screw, MGN9C_carriage, M3_cs_cap_screw, 1.5, 1.5 ]; +MGN12C=[ "MGN12C",12, 8, 10, 25, 6.0, 3.5, 4.5, M3_cap_screw, MGN12C_carriage,M3_cs_cap_screw, 2.25, 2.75 ]; MGN12H=[ "MGN12H",12, 8, 10, 25, 6.0, 3.5, 4.5, M3_cap_screw, MGN12H_carriage,M3_cs_cap_screw, 2.25, 2.75]; -MGN15= [ "MGN15", 15, 10, 10, 40, 6.0, 3.5, 5.0, M3_cap_screw, MGN15_carriage, M3_cs_cap_screw, 2.5, 2.75 ]; +MGN15C=[ "MGN15C",15, 10, 10, 40, 6.0, 3.5, 5.0, M3_cap_screw, MGN15C_carriage,M3_cs_cap_screw, 2.5, 2.75 ]; SSR15= [ "SSR15", 15, 12.5,10, 60, 7.5, 4.5, 5.3, M4_cap_screw, SSR15_carriage, M4_cs_cap_screw, 2.5, 2.75 ]; -rails = [MGN5, MGN7, MGN9, MGN12, MGN12H, MGN15, SSR15]; +rails = [MGN5, MGN7C, MGN9C, MGN12C, MGN12H, MGN15C, SSR15]; use