Septic Estimator + Printable Drawer

Septic Estimator + Printable Site Plan

Accurate 30 TAC §285.91 • Toggle Water-Saving Devices • 6×9" = 1 acre

šŸ’° Job Estimator

25%

Job Details

Reduces flow by ~20% and affects chamber length

šŸ“ Printable Site Plan (6×9" = 1 acre)

NORTH ↑
Drag tank or well • 3 ft separation between rows
`); } function setupListeners() { const ids = ['chamberPrice','tankPrice','pvcPrice','diesel','permits','timeCost','markup']; ids.forEach(id => { const el = document.getElementById(id); if (el) el.addEventListener('input', () => { if (id === 'chamberPrice') prices.chamber = parseFloat(el.value) || 51; if (id === 'tankPrice') prices.tank = parseFloat(el.value) || 1250; if (id === 'pvcPrice') prices.pvcPer40 = parseFloat(el.value) || 100; if (id === 'diesel') prices.diesel = parseFloat(el.value) || 500; if (id === 'permits') prices.permits = parseFloat(el.value) || 500; if (id === 'timeCost') prices.time = parseFloat(el.value) || 2000; if (id === 'markup') prices.markup = parseFloat(el.value) || 25; }); }); } window.onload = () => { initCanvas(); setupListeners(); console.log('%cāœ… Water-saving toggle ready', 'color:#10b981; font-weight:600'); };