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

Calibrated Dynamometric Technic Tamper - Silver 58mm (Handle Only)

Original price $79.99 - Original price $79.99
Original price
$79.99
$79.99 - $79.99
Current price $79.99

 

The Technic Tamper is designed with an integrated precision release mechanism, ensuring optimal and consistent pressure every time you tamp your coffee. This precision-engineered tamper allows baristas to set and control the maximum tamping pressure for consistent espresso shots, preventing over-tamping and ensuring even extraction.

Key Features:

  • Adjustable Pressure: The tamper's pressure limiter can be precisely calibrated within a range of 8 kg to 21 kg (18 lbs to 46 lbs) by adjusting the central screw inside the handle. This allows you to customize the tamping force to suit your needs and achieve optimal results.

  • Automatic Release: Once the selected pressure is reached, the tamper automatically triggers a click-release, ensuring consistent tamping every time without guesswork.

  • High-Quality Materials: The tamper handle is made from anodized aluminum for durability and a sleek finish, while the pressure-sensitive mechanism is constructed with stainless steel components for reliable performance.

  • Ergonomic Design: The screw-on cap and overall design make the tamper easy to handle, providing comfort during repeated use.

Specifications:

  • Material: Anodized aluminum (handle), stainless steel (mechanism)
  • Weight: 9.2 oz (260 g)

This Technic Tamper is ideal for baristas looking to ensure consistent pressure and achieve the best possible espresso extraction with every shot.

Compare products

{"one"=>"Select 2 or 3 items to compare", "other"=>"{{ count }} 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: "7862115795196", item_name: "Calibrated Dynamometric Technic Tamper - Silver 58mm (Handle Only)", price: 79, 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