Designed for light-medium duty applications, our Mini DD Downdraft Table is economical, portable and easy-to-use. The Mini DD captures fumes, smoke and dust right at the source, before they can compromise indoor air quality. Fitted with multi-stage spark arrestance baffles, industrial swivel casters, and standard 120V single-phase input power, this downdraft table offers plug and play convenience. The four screw knobs located on the right side of the machine allow for easy access to the paper pleated panel filter. With many options and accessories available, you can custom order the Mini DD in almost any configuration. Our pre-assembled application kits offer the best value. The welding, grinding, deburring package, which adds side and back walls, second-stage metal mesh prefilter and grounding lug is one of our more popular options. Technical Specifications Model (Product Number) Motor (H.P.) Air Flow (CFM) Volts/Phase/Hz Amps Net Weight Width Height Length Noise (dB) Filter Type Filter Area (sq. ft) Filter Efficiency DD-MINI-010P1 1.0 1200 120/1/60Hz 12 99.34 31" 34.5" 39" 72dB@ 5 ft. Paper Pleated 20"x25"x2" DD-MINI4-010P1 1.0 1200 120/1/60Hz 12 99.34 48" 34.5" 39" 72dB@ 5 ft. Paper Pleated 20"x25"x2" DD-MINI-010P1-WGD 1.0 1200 120/1/60Hz 12 99.34 31" 58.8" 39" 72dB@ 5 ft. Metal Mesh 20"x25"x2" DD-MINI4-010P1-WGD 1.0 1200 120/1/60Hz 12 99.34 48" 58.8" 39" 72dB@ 5 ft. Metal Mesh 20"x25"x2" 1 – Product weight and dimensions are based on base-models and may vary depending on selected product features. Please contact us for an accurate shipping quote. Standard Features Flexible 38” x 30” Worksurface High Capture Face Velocity (250 FPM) 1.0 HP Belt Drive Blower producing 1200 CFM of Airflow Multi-stage Spark Arrestance Baffling Industrial Swivel Casters Optional Features Can be custom built-to-order Add-on side and back walls Second-stage Mesh Filter Grounding lug HEPA Filter /* Accordion */ .accordion { border: 1px solid #ddd; border-radius: 6px; margin-bottom: 15px; } .accordion-header { background: #f5f5f5; padding: 12px; font-weight: bold; cursor: pointer; border-bottom: 1px solid #ddd; } .accordion-content { display: none; padding: 12px; background: #fff; } .accordion.active .accordion-content { display: block; } /* Tables */ .table-container { width: 100%; margin-bottom: 20px; overflow-x: auto; -webkit-overflow-scrolling: touch; } .spec-table { width: 100%; border-collapse: collapse; } .spec-table th, .spec-table td { border: 1px solid #ccc; padding: 8px; font-size: 14px; text-align: center; } .spec-table th { background: #666; color: #fff; } /* Mobile-friendly stacked tables */ @media (max-width: 768px) { .spec-table thead { display: none; /* hide original headers */ } .spec-table, .spec-table tbody, .spec-table tr, .spec-table td { display: block; width: 100%; } .spec-table tr { margin-bottom: 15px; border: 1px solid #ccc; border-radius: 6px; padding: 10px; background: #fafafa; } .spec-table td { text-align: left; padding: 8px 10px; position: relative; white-space: normal; } .spec-table td::before { content: attr(data-label); display: block; font-weight: bold; margin-bottom: 4px; color: #333; } } document.querySelectorAll('.accordion-header').forEach(header => { header.addEventListener('click', () => { header.parentElement.classList.toggle('active'); }); });