summaryrefslogtreecommitdiff
path: root/another.scad
Unidiff
Diffstat (limited to 'another.scad') (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad18
1 files changed, 10 insertions, 8 deletions
diff --git a/another.scad b/another.scad
index 79cebdd..a3f5dc9 100644
--- a/another.scad
+++ b/another.scad
@@ -338,2 +338,3 @@ module the_extruder(
338 cylinder(d=pulley_d+pulley_d_clearance,h=body_h+1,$fn=fnd*(pulley_d+pulley_d_clearance)); 338 cylinder(d=pulley_d+pulley_d_clearance,h=body_h+1,$fn=fnd*(pulley_d+pulley_d_clearance));
339
339 // leverspace 340 // leverspace
@@ -355,2 +356,11 @@ module the_extruder(
355 356
357 rotate([0,0,-45])
358 translate([0,0,ls_z-ls_h/2])
359 cube(size=[gearbox_d,gearbox_d,lever_thickness+lever_v_clearance]);
360 translate([0,0,ls_z-ls_h/2]) {
361 translate([mount_screwhead_d/2,0,0])
362 mirror([0,1,0])
363 cube(size=[gearbox_d,gearbox_d/2+1,lever_thickness+lever_v_clearance]);
364 }
365
356 // back side cutout 366 // back side cutout
@@ -378,10 +388,2 @@ module the_extruder(
378 388
379 rotate([0,0,-45])
380 translate([0,0,ls_z-ls_h/2])
381 cube(size=[gearbox_d,gearbox_d,lever_thickness+lever_v_clearance]);
382 translate([0,0,ls_z-ls_h/2]) {
383 translate([mount_screwhead_d/2,0,0])
384 mirror([0,1,0])
385 cube(size=[gearbox_d,gearbox_d/2+1,lever_thickness+lever_v_clearance]);
386 }
387 //translate([-mount_d/2,-longwing,filament_elevation]) 389 //translate([-mount_d/2,-longwing,filament_elevation])