From 7abbb821ec9b97d6bfbd426069479964ee68526b Mon Sep 17 00:00:00 2001 From: TQ Hirsch Date: Fri, 29 Apr 2022 17:25:20 +0200 Subject: [PATCH] Some small adjustments to LM8UU width --- mechanical/stock_parts.scad | 2 +- mechanical/test_prints.scad | 26 ++++++++++++++------------ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/mechanical/stock_parts.scad b/mechanical/stock_parts.scad index 638ca28..96cc01e 100644 --- a/mechanical/stock_parts.scad +++ b/mechanical/stock_parts.scad @@ -2,7 +2,7 @@ include stock_color = "#aaa"; -bushing_od = 15; +bushing_od = 15.2; bushing_id = 8; bushing_len = 24; diff --git a/mechanical/test_prints.scad b/mechanical/test_prints.scad index 8b8bc9a..2b97d5f 100644 --- a/mechanical/test_prints.scad +++ b/mechanical/test_prints.scad @@ -17,16 +17,7 @@ module bearing_slot() { } } -let($fn = 30) { - //translate([-28, 0, frame_size/2]) - //rotate([0,90,0]) bearing_slot(); - - //translate([28, 0, frame_size/2]) - // rotate([0,-90,0]) bearing_slot(); - - //idler_post(10); - - +module clip_test() { intersection() { translate([0,0,belt_width/2 + 4]) union() { @@ -39,7 +30,18 @@ let($fn = 30) { translate([-40, -40, 0]) cube([80,80,belt_width + 2]); } - -//gt2_clip_cutout(false); +} + +let($fn = 30) { + //translate([-28, 0, frame_size/2]) + rotate([0,90,0]) bearing_slot(); + + //translate([28, 0, frame_size/2]) + // rotate([0,-90,0]) bearing_slot(); + + //idler_post(10); + + //clip_test(); + }