3D Workspace
Home
Assets
Affiliate Program
Sign up/Log in
?
Upgrade
DCC Bridge
Anonymous1748589002
01-22 09:16
Model Name
airpods charging case 3d model
Tags
3d printing
3d printing realistic
charging case
props
props 3d printing
props 3d printing realistic
props realistic
realistic
Prompt
// =============================== // AirPods 4 Charging Case Replica // Slightly Oversized + Charger Hole // Units: millimeters // =============================== // -------- PARAMETERS -------- case_width = 51.7; // X case_depth = 22.8; // Y case_height = 47.8; // Z wall_thickness = 2.2; corner_radius = 7; // Charger hole (USB-C clearance) port_width = 11.0; port_height = 4.5; port_depth = 6.0; // -------- MAIN MODEL -------- difference() { // Outer shell rounded_box( case_width, case_depth, case_height, corner_radius ); // Hollow inside translate([0, 0, wall_thickness]) rounded_box( case_width - wall_thickness * 2, case_depth - wall_thickness * 2, case_height - wall_thickness, corner_radius - 2 ); // Charger hole (bottom center) translate([ case_width / 2, case_depth / 2 - port_depth / 2, -1 ]) cube( [port_width, port_depth, port_height], center = true ); } // -------- ROUNDED BOX MODULE -------- module rounded_box(x, y, z, r) { minkowski() { cube([x - 2*r, y - 2*r, z - 2*r], center = false); sphere(r = r, $fn = 48); } }
Detailed Info
Related Models
Enter invite code
Enter invite code to get credits!