Some small adjustments to LM8UU width
This commit is contained in:
@@ -2,7 +2,7 @@ include <lib.scad>
|
||||
|
||||
stock_color = "#aaa";
|
||||
|
||||
bushing_od = 15;
|
||||
bushing_od = 15.2;
|
||||
bushing_id = 8;
|
||||
bushing_len = 24;
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user