Updated scad files based on test prints

This commit is contained in:
TQ Hirsch
2022-04-24 23:58:24 +02:00
parent b676cf0409
commit ce6a6be1e9
5 changed files with 33 additions and 11 deletions

View File

@@ -18,11 +18,28 @@ 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();
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);
//idler_post(10);
intersection() {
translate([0,0,belt_width/2 + 4])
union() {
gt2_clip(true);
translate([0,-1,0])
mirror([0,1,0])
gt2_clip(false);
}
translate([-40, -40, 0])
cube([80,80,belt_width + 2]);
}
//gt2_clip_cutout(false);
}