added slot
This commit is contained in:
parent
b7351800d4
commit
291c636d14
@ -74,7 +74,13 @@ module hole_control(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// #####################################
|
// #####################################
|
||||||
translate([0,0,base_h/2])fanblock();
|
translate([0,0,base_h/2]){
|
||||||
|
difference(){
|
||||||
|
fanblock();
|
||||||
|
//cable-slot
|
||||||
|
translate([0,0,base_h/2-2*mt+0.1])#cube([2*mt,base_d+0.1,4*mt],center=true);
|
||||||
|
}
|
||||||
|
}
|
||||||
translate([-base_w/2,0,mt/2])tab();
|
translate([-base_w/2,0,mt/2])tab();
|
||||||
rotate([0,0,180])translate([-base_w/2,0,mt/2])tab();
|
rotate([0,0,180])translate([-base_w/2,0,mt/2])tab();
|
||||||
|
|
||||||
|
BIN
openscad/foreign/sc808/sc808-fanholder_slot2x.stl
Normal file
BIN
openscad/foreign/sc808/sc808-fanholder_slot2x.stl
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user