3.84.83.0
Loading the interactive model…
Interactive 3D model of Glue Head Heat Shield

Enclosures and housings

Glue Head Heat Shield

17 views
Bounding box
4.8 × 3.8 × 3.0 mm
Engine
Precision B-rep
Parameters
10
Published
August 7, 2026

Download

Free to download and use. See the terms.

The prompt

// // Glue Head Heat Shield // Rev A // Units: Inches // $fn = 64; //======================== // PARAMETERS //======================== inside_length = 4.00; inside_width = 3.00; inside_height = 2.50; wall = 0.125; insulation = 0.25; outside_length = inside_length + (2*wall) + (2*insulation); outside_width = inside_width + (2*wall) + (2*insulation); outside_height = inside_height + wall + insulation + wall; corner_radius = 0.20; vent_length = 0.70; vent_height = 0.12; rear_cutout_width = 1.50; rear_cutout_height = 1.25; lid_overlap = 0.20; //======================== // Rounded Box Module //======================== module roundedBox(x,y,z,r){ hull(){ for(xx=[r,x-r]) for(yy=[r,y-r]) for(zz=[r,z-r]) translate([xx,yy,zz]) sphere(r); } } //======================== // MAIN BODY //======================== module body(){ difference(){ roundedBox( outside_length, outside_width, outside_height, corner_radius); translate([ wall, wall, 0]) cube([ outside_length-(2*wall), outside_width-(2*wall), outside_height-wall]); } } body();

Parameters

NameValueRange
Inside Length4 in1 – 12
Inside Width3 in1 – 12
Inside Height2.5 in1 – 12
Wall Thickness0.13 in0.01 – 1
Insulation Thickness0.25 in0 – 2
Corner Radius0.2 in0.01 – 2
Vent Length (horizontal)0.7 in0.1 – 3
Vent Height (vertical)0.12 in0.01 – 1
Rear Cutout Width1.5 in0.5 – 5
Rear Cutout Height1.25 in0.1 – 5

Every value above is a live dimension. Open a model like this in the editor and each one becomes a slider you can drag before exporting.