Skip to content
We Are Proudly A Canadian Company 🇨🇦 - We Offer Free Shipping Over $79* Across Canada
We Are Proudly A Canadian Company 🇨🇦 - We Offer Free Shipping Over $79* Across Canada

Country

Normcore Bottomless Portafilter - 3 Ear Delonghi Fit - 51mm

Original price $0
Original price $104.99 - Original price $104.99
Original price
Current price $104.99
$104.99 - $104.99
Current price $104.99
 More payment options

51mm Bottomless Portafilter

Unlock the Secrets of Espresso Extraction
A bottomless portafilter is an indispensable tool for diagnosing espresso extraction issues. By removing the spouts and exposing the basket, you gain a clear view of the entire extraction process, allowing for precise adjustments to perfect your brew. Often referred to as a Naked Portafilter, this essential accessory has become a staple in any quality-focused espresso bar.

Quality Construction
Our bottomless portafilters are crafted from high-grade 304 stainless steel, ensuring durability and longevity in your coffee routine. The handle is made from a robust aluminum alloy, providing a comfortable grip while maintaining a sleek design.

Standard Basket Capacity
This 51mm portafilter comes with a standard basket that holds up to 16-18 grams of coffee, making it ideal for crafting rich, flavorful shots.

Note on Usage
Please be aware that channeling and spurting during extraction can occur and may create a mess. These issues are common and indicate areas for improvement in your preparation process, such as grind size, tamping, and distribution. This is not a defect of the portafilter.

Care Instructions
To maintain the quality and appearance of your portafilter, do not wash it in a dishwasher. Hand wash only.

Compatibility
This 51mm 3 Ears Portafilter is specifically designed to fit the Delonghi Dedica Style Series models: EC680, EC685, EC885, and SMEG ECF01.

Customer Reviews

We’re looking for stars!
Let us know what you think

Compare products

0 of 3 items selected

Select first item to compare

Select second item to compare

Select third item to compare

Compare
// Tracking view_item document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll('.product-form--atc-button').forEach(button => { button.addEventListener('click', function (event) { event.preventDefault(); // Prevents the default action for debugging let product = { item_id: "8416843268348", item_name: "Normcore Bottomless Portafilter - 3 Ear Delonghi Fit - 51mm", price: 104, currency: "CAD" }; // Push event to the dataLayer window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "add_to_cart", ecommerce: { currency: product.currency, value: product.price, items: [product] } }); console.log("đź›’ add_to_cart event pushed:", product); // Allow form submission after tracking setTimeout(() => { event.target.closest("form").submit(); }, 300); }); }); }); // begin_checkout