all said and done

This commit is contained in:
sebastian bruesemeister 2022-07-09 12:19:41 +02:00
parent afc2553ef5
commit 5d5316bc68
Signed by: sebastian
GPG Key ID: FEF8FF6BC3A8CDA8
17 changed files with 16 additions and 15 deletions

View File

@ -15,13 +15,13 @@ module through(l=7, lh=3.3, lt=1, lb=1){
} }
module m3 (h=8, lb=1){ module m3 (h=8, lb=1){
translate([0,0,-lb])cylinder(h+lb, d=2.5); // tapped M3 //translate([0,0,-lb])cylinder(h+lb, d=2.5); // tapped M3
//translate([0,0,-lb])cylinder(h+lb, d=4); // rutex insert translate([0,0,-lb])cylinder(h+lb, d=4); // rutex insert
} }
module m2 (h=8, lt=1){ module m2 (h=8, lt=1){
translate([0,0,-lt])cylinder(h, d=1.5); // tapped M3 //translate([0,0,-lt])cylinder(h, d=1.5); // tapped M3
//translate([0,0,-lt])cylinder(h, d=3.2); // rutex insert translate([0,0,-lt])cylinder(h, d=3.2); // rutex insert
} }
difference(){ difference(){

View File

@ -15,8 +15,8 @@ module through(l=7, lh=3.3, lt=1, lb=1){
} }
module m3 (h=8, lb=1){ module m3 (h=8, lb=1){
translate([0,0,-lb])cylinder(h+lb, d=2.5); // tapped M3 //translate([0,0,-lb])cylinder(h+lb, d=2.5); // tapped M3
//translate([0,0,-lb])cylinder(h+lb, d=4); // rutex insert translate([0,0,-lb])cylinder(h+lb, d=4); // rutex insert
} }
difference(){ difference(){

View File

@ -10,8 +10,8 @@ yhbl = -15.5; // distance in y from fan center to center of nozzle (negative to
zhbl = 27.2; // distance in z from fan to heat block underside zhbl = 27.2; // distance in z from fan to heat block underside
zbed = 6.5; // how far does the nozzle protrude out of the heat block? zbed = 6.5; // how far does the nozzle protrude out of the heat block?
xhbln = 11.5; // distance from heat block to nozzle center xhbln = 11.5; // distance from heat block to nozzle center
zgap = 2; // gap left to bed/part zgap = 2.5; // gap left to bed/part
xgap = 3; // gap from duct to heat block xgap = 4; // gap from duct to heat block
/* fan size */ /* fan size */
@ -114,5 +114,6 @@ difference(){
translate([-1,y-bpt-0.4,-zofsmnt])cube([xto*2,bpt+1,zofsmnt+1]); translate([-1,y-bpt-0.4,-zofsmnt])cube([xto*2,bpt+1,zofsmnt+1]);
// cut view // cut view
//translate([-1,-1,-zhbl-zbed])cube([xto+xhbl+2,lf/2,zhbl+zbed+5]); //translate([-1,-1,-zhbl-zbed])cube([xto+xhbl+2,lf/2,zhbl+zbed+5]);
} }

View File

@ -34,12 +34,12 @@ module m2 (h=8, lt=1){
} }
module mount(){ module mount(){
translate([4,4,-12])difference(){ translate([4,4,-18])difference(){
hull(){ hull(){
translate([0,0,6])cylinder(h=6, d=8); translate([0,0,12])cylinder(h=6, d=8);
translate([4,-4,0])cube([0.01,8,12]); translate([4,-4,0])cube([0.01,8,18]);
} }
translate([0,0,12])mirror([0,0,1])through(l=10,lb=1,lt=1,lh=7); translate([0,0,18])mirror([0,0,1])through(l=10,lb=1,lt=10,lh=7);
} }
} }

View File

@ -29,8 +29,8 @@ module through(l=7, lh=3.3, lt=1, lb=1){
} }
module m3 (h=8, lt=1){ module m3 (h=8, lt=1){
translate([0,0,-lt])cylinder(h, d=2.5); // tapped M3 //translate([0,0,-lt])cylinder(h, d=2.5); // tapped M3
//translate([0,0,-lt])cylinder(h, d=4); // rutex insert translate([0,0,-lt])cylinder(h, d=4); // rutex insert
} }
module mount(){ module mount(){

BIN
stl/insert/BLTouch.stl Normal file

Binary file not shown.

BIN
stl/insert/BaseLeft.stl Normal file

Binary file not shown.

BIN
stl/insert/BaseRight.stl Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
stl/insert/shroud.stl Normal file

Binary file not shown.