The PCB (92 × 99.5mm) fits both Hammond 1455 enclosure variants. PCB and HDD sit side-by-side with the SATA connector direct-mating between them. The lid (U-channel) is shown offset to reveal the internals.

End Plate

The connector-side end plate has cutouts for: barrel jack (12V DC), RJ45 (Ethernet), USB-C (OTG), tactile button, and RGB LED (light pipe).

Parametric design in OpenSCAD — generate for CNC machining or 3D printing:

# DXF for CNC laser/mill
openscad -o end-plate-slim.dxf -D 'variant="slim"' -D 'mode="2d"' end-plate.scad

# STL for 3D printing
openscad -o end-plate-slim.stl -D 'variant="slim"' -D '$fn=64' end-plate.scad

Downloads

FileFormatDescription
end-plate-slim.dxfDXFSlim end plate — CNC cutting
end-plate-wide.dxfDXFWide end plate — CNC cutting
end-plate-slim.stlSTLSlim end plate — 3D printing
end-plate-wide.stlSTLWide end plate — 3D printing
assembly-slim.stepSTEPFull slim assembly
assembly-wide.stepSTEPFull wide assembly
end-plate.scadOpenSCADParametric end plate source

Enclosure Variants

VariantCaseHDDInternal dimensions
SlimHammond 1455L22012.5"103 × 220 × 30.5mm
WideHammond 1455T26013.5"165 × 252 × 51.5mm

Slim (2.5" HDD)

Slim (2.5" HDD)

Wide (3.5" HDD)

Wide (3.5" HDD)