
2xaa discharger 3d model
// Discharge 2x AA Auto Cut-Off - Bambu Lab Ready $fn = 120; l=90; w=50; h=35; wall=3; tol=0.2; module base() { difference(){ cube([l,w,h]); translate([wall,wall,wall]) cube([l-wall*2,w-wall*2,h]); // Sakelar translate([l/2-6,-1,8]) cylinder(d=12+tol,h=wall+1); // LED translate([15,-1,20]) cylinder(d=5.5+tol,h=wall+1); translate([l-15,-1,20]) cylinder(d=5.5+tol,h=wall+1); // Ventilasi for(x=[15:15:l-15]) for(y=[15:10:w-15]) translate([x,y,h-wall-0.1]) cylinder(d=4,h=wall+0.2); // Baut for(x=[8,l-8]) for(y=[8,w-8]) translate([x,y,-1]) cylinder(d=3.4,h=wall+1); }} // Dudukan for(i=[0:1]){ translate([12+i*44,8,wall]) cube([20,55,8]); // Holder AA translate([15+i*44,32,wall]) cube([18,10,6]); // Resistor translate([18+i*44,20,wall]) cube([14,8,4]); // MOSFET/PCB } base(); translate([l/2-25,w/2-5,h-0.5]) linear_extrude(0.6) text("2xAA DISCHARGER",size=4);
4K·PBR·v3.1-20260211









