all said and done
This commit is contained in:
parent
afc2553ef5
commit
5d5316bc68
@ -15,13 +15,13 @@ module through(l=7, lh=3.3, lt=1, 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=4); // rutex insert
|
||||
//translate([0,0,-lb])cylinder(h+lb, d=2.5); // tapped M3
|
||||
translate([0,0,-lb])cylinder(h+lb, d=4); // rutex insert
|
||||
}
|
||||
|
||||
module m2 (h=8, lt=1){
|
||||
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=1.5); // tapped M3
|
||||
translate([0,0,-lt])cylinder(h, d=3.2); // rutex insert
|
||||
}
|
||||
|
||||
difference(){
|
||||
|
@ -15,8 +15,8 @@ module through(l=7, lh=3.3, lt=1, 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=4); // rutex insert
|
||||
//translate([0,0,-lb])cylinder(h+lb, d=2.5); // tapped M3
|
||||
translate([0,0,-lb])cylinder(h+lb, d=4); // rutex insert
|
||||
}
|
||||
|
||||
difference(){
|
||||
|
@ -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
|
||||
zbed = 6.5; // how far does the nozzle protrude out of the heat block?
|
||||
xhbln = 11.5; // distance from heat block to nozzle center
|
||||
zgap = 2; // gap left to bed/part
|
||||
xgap = 3; // gap from duct to heat block
|
||||
zgap = 2.5; // gap left to bed/part
|
||||
xgap = 4; // gap from duct to heat block
|
||||
|
||||
|
||||
/* fan size */
|
||||
@ -114,5 +114,6 @@ difference(){
|
||||
translate([-1,y-bpt-0.4,-zofsmnt])cube([xto*2,bpt+1,zofsmnt+1]);
|
||||
|
||||
// cut view
|
||||
|
||||
//translate([-1,-1,-zhbl-zbed])cube([xto+xhbl+2,lf/2,zhbl+zbed+5]);
|
||||
}
|
||||
}
|
||||
|
@ -34,12 +34,12 @@ module m2 (h=8, lt=1){
|
||||
}
|
||||
|
||||
module mount(){
|
||||
translate([4,4,-12])difference(){
|
||||
translate([4,4,-18])difference(){
|
||||
hull(){
|
||||
translate([0,0,6])cylinder(h=6, d=8);
|
||||
translate([4,-4,0])cube([0.01,8,12]);
|
||||
translate([0,0,12])cylinder(h=6, d=8);
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -29,8 +29,8 @@ module through(l=7, lh=3.3, lt=1, lb=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=4); // rutex insert
|
||||
//translate([0,0,-lt])cylinder(h, d=2.5); // tapped M3
|
||||
translate([0,0,-lt])cylinder(h, d=4); // rutex insert
|
||||
}
|
||||
|
||||
module mount(){
|
||||
|
BIN
stl/insert/BLTouch.stl
Normal file
BIN
stl/insert/BLTouch.stl
Normal file
Binary file not shown.
BIN
stl/insert/BaseLeft.stl
Normal file
BIN
stl/insert/BaseLeft.stl
Normal file
Binary file not shown.
BIN
stl/insert/BaseRight.stl
Normal file
BIN
stl/insert/BaseRight.stl
Normal file
Binary file not shown.
BIN
stl/insert/coolingFanDuct.stl
Normal file
BIN
stl/insert/coolingFanDuct.stl
Normal file
Binary file not shown.
BIN
stl/insert/coolingFanMount.stl
Normal file
BIN
stl/insert/coolingFanMount.stl
Normal file
Binary file not shown.
BIN
stl/insert/shroud.stl
Normal file
BIN
stl/insert/shroud.stl
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user