From 4cb9b4ab0175173b4c89b8d22c571ec05a3aeea7 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 23 Aug 2018 19:13:43 +0000 Subject: move stuff around --- diff --git a/another.scad b/another.scad index 79cebdd..a3f5dc9 100644 --- a/another.scad +++ b/another.scad @@ -336,6 +336,7 @@ module the_extruder( }//rotate translate rotate translate rotate translate // pulley cylinder(d=pulley_d+pulley_d_clearance,h=body_h+1,$fn=fnd*(pulley_d+pulley_d_clearance)); + // leverspace hull() for(x=[0,gearbox_d]) rotate([0,0,45]) @@ -353,6 +354,15 @@ module the_extruder( translate([-r-1,0,-ls_h/2-1]) cube(size=[2*r+2,r+1,ls_h+2]); } + rotate([0,0,-45]) + translate([0,0,ls_z-ls_h/2]) + cube(size=[gearbox_d,gearbox_d,lever_thickness+lever_v_clearance]); + translate([0,0,ls_z-ls_h/2]) { + translate([mount_screwhead_d/2,0,0]) + mirror([0,1,0]) + cube(size=[gearbox_d,gearbox_d/2+1,lever_thickness+lever_v_clearance]); + } + // back side cutout // XXX: this is somewhat ugly and potentially bugged, // but I want to sleep. @@ -376,14 +386,6 @@ module the_extruder( cylinder(d=gearbox_d-mount_d,h=ls_h+2,center=true,$fn=fnd*(gearbox_d-mount_d)); }//difference translate - rotate([0,0,-45]) - translate([0,0,ls_z-ls_h/2]) - cube(size=[gearbox_d,gearbox_d,lever_thickness+lever_v_clearance]); - translate([0,0,ls_z-ls_h/2]) { - translate([mount_screwhead_d/2,0,0]) - mirror([0,1,0]) - cube(size=[gearbox_d,gearbox_d/2+1,lever_thickness+lever_v_clearance]); - } //translate([-mount_d/2,-longwing,filament_elevation]) if(!tensioner) /* XXX: this seems to be bullshit, but it's so old, that it's historical bullshit */ translate([mount_d/2,-longwing,filament_elevation]) -- cgit v0.9.0.2