Free delivery in France from 195,00 € purchase. France, Europe, overseas delivery. Tel: + 33 (0) 4.42.41.09.08

How to Choose a Settling Tank

How to Choose a Settling Tank for a Dental Lab or Pottery Workshop? | Massilia Dental

How to choose the right settling tank for a dental laboratory or pottery workshop?

|

Why use a settling tank?

In a dental laboratory , as in a pottery workshop , the rinsing water is loaded with solid residues (plaster, heavy dust, earth, filings, etc.).

  • These particles can clog pipes and harm the environment.
  • The settling tank is an essential piece of equipment for separating suspended matter from the water before it is discharged.
  • This device protects networks, reduces plumbing work and complies with environmental regulations.

The criteria for choosing a settling tank:

  • Treatment capacity: Choose a tank that is suitable for the amount of water used daily. A small laboratory does not have the same needs as a high-production craft workshop.
  • Number of compartments: A multi-stage tank (3 to 4 chambers) improves the efficiency of progressive decantation .
  • Ease of maintenance: Choose a model with easy access to the drain hatches, with a removable filtration system.
  • Manufacturing material: High-density polyethylene is strong, lightweight and resistant to corrosion.
  • Compatibility with your equipment: Check that the sink can be connected to existing sinks or workstations.
  • Compliance: Ensure it meets local wastewater discharge standards.

Choose according to the activity: dental or pottery:

In the dental laboratory:

The tank must be able to effectively filter residues of dental plaster , resins, composites or alginate.

  • Some models include a built-in plaster separator for double protection.

In the pottery workshop:

The workshops must manage the decantation of clay, earth, enamel and fine dust particles.

  • A large capacity tank with slow settling is recommended.

Our recommendations at Massilia Dental:

We offer compact, high-performance, easy-to-install models, adapted to the constraints of professionals.

💡 Tip: Don't wait until your drains are clogged. Install a settling tank when designing your workspace.


0 comment
Leave a comment

Please note, comments must be approved before they are published.

Recent Articles

Categories

24/7 customer service

infos@massiliadental.com

Secure payments

Paypal - CB - Amex - Transfer

LIVRAISON GRATUITE

A partir de 195 € en Métropole

Warranty 1 to 3 years old

Depending on the brand of the material

{# <- widget custom, non bloquant #}
// Ajoute le petit label après le prix si absent function addInlineLabelAfterPrices() { var countryNow = "FR"; var label = labelForCountry(countryNow); var priceNodes = document.querySelectorAll( ".money, [data-product-price], [data-price], [data-cart-total], [class*='price'] .money" ); priceNodes.forEach(function(el){ if (!el) return; var txt = (el.textContent || "").trim(); if (!isPriceText(txt)) return; // si le prix contient déjà TTC/HT dans son propre texte (rare) -> ne rien faire if (/\b(HT|TTC)\b/i.test(txt)) return; // si juste après on a déjà notre label -> stop if (el.nextElementSibling && isOurLabelNode(el.nextElementSibling)) return; // sur collections : on veut FORCER le petit label même si le thème affiche ailleurs // sur produits/panier : idem, on ajoute si absent var s = document.createElement("span"); s.className = "md-tax-label"; s.textContent = " " + label; try { el.insertAdjacentElement("afterend", s); } catch(e) {} }); } // Corrige les doublons texte "TTC TTC" / "HT HT" (au cas où) function normalizeTextDuplicates() { // léger, sans casser le DOM : uniquement sur éléments texte simples document.querySelectorAll("span, small").forEach(function(el){ if (!el || !el.textContent) return; if (isOurLabelNode(el)) return; if (el.children && el.children.length) return; var t = el.textContent.replace(/\s+/g," ").trim(); if (!t) return; var fixed = t .replace(/\b(TTC)\s+\1\b/gi, "TTC") .replace(/\b(HT)\s+\1\b/gi, "HT"); if (fixed !== t) el.textContent = fixed; }); } function runAll() { // 1) pays forceCountryIfNeeded(); // 2) collections : on supprime le "grand" du thème, puis on met le petit inline removeThemeTaxOnlyInCards(); // 3) on met le petit label partout (collections + produits + panier) addInlineLabelAfterPrices(); // 4) mini normalisation normalizeTextDuplicates(); } document.addEventListener("DOMContentLoaded", runAll); window.addEventListener("pageshow", function(){ setTimeout(runAll, 120); }); document.addEventListener("shopify:section:load", function(){ setTimeout(runAll, 120); }); setTimeout(runAll, 900); var mo = new MutationObserver(function(){ runAll(); }); mo.observe(document.documentElement, { childList: true, subtree: true }); })();
}