3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1765518129
12-12 06:03
Model Name
solar panel 3d model
Tags
machine
3d printing
realistic
Prompt
//------------------------------------------- // ENVIRONMENT CONTROL DEVICE MODEL // (Solar Panel + Fan + DHT Sensor + Lamp) //------------------------------------------- // Base plate base_length = 140; base_width = 90; base_thick = 4; cube([base_length, base_width, base_thick]); //------------------------------------------------------ // SOLAR PANEL MOUNT //------------------------------------------------------ translate([5, 5, base_thick]) cube([110, 70, 6]); // large flat mount // tilt support translate([5, 5, base_thick]) rotate([20,0,0]) cube([110, 70, 4]); //------------------------------------------------------ // EXHAUST FAN HOUSING (40mm fan) //------------------------------------------------------ fan_size = 40; wall = 3; translate([base_length - fan_size - 10, 20, base_thick]) difference() { cube([fan_size + wall*2, fan_size + wall*2, 25]); translate([wall, wall, 0]) cube([fan_size, fan_size, 30]); } // Fan circular hole translate([base_length - 10 - (fan_size/2), 20 + (fan_size/2) + wall, base_thick + 5]) cylinder(h = 20, r = fan_size/2); //------------------------------------------------------ // DHT11 / DHT22 SENSOR HOLDER //------------------------------------------------------ translate([15, base_width - 20, base_thick]) cube([25, 10, 20]); // small vertical mount // ventilation slots for(i=[0:3]) translate([17 + i*6, base_width - 18, base_thick + 5]) cube([3, 6, 10]); //------------------------------------------------------ // LAMP / BULB HOLDER (small incandescent or LED) //------------------------------------------------------ translate([60, 20, base_thick]) cylinder(h = 15, r = 12); //------------------------------------------------------ // OPTIONAL MIST SPRAYER HOLDER //------------------------------------------------------ translate([15, 10, base_thick]) difference() { cube([30, 25, 25]); translate([3, 3, 3]) cube([24, 19, 22]); }
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!