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

Rocket 2-in-1 Tamper & Levelling Tool - Chrome

by Rocket
Original price $96.00 - Original price $96.00
Original price $96.00 - Original price $96.00
Original price
Current price $96.00
$96.00 - $96.00
Current price $96.00
 More payment options
  • 3% Back In Anthony's Rewards
  • Free Shipping Over $69*
  • 1-Year Manufacturer Warranty

 

 

 

Rocket 2-in-1 Tamper & Levelling Tool

Elevate your espresso game with the Rocket 2-in-1 Tamper & Levelling Tool, expertly designed for baristas who demand consistency and precision in every shot. This innovative tool features a dual-function design that allows for efficient coffee extraction, ensuring perfect results with each use.

Features:

  • Dual Functionality: The profiled side of the tool evenly distributes coffee grinds in the portafilter before tamping with the reverse side, promoting uniform extraction and reducing the risk of channelling.
  • Compatibility: Specifically designed to fit most 58mm portafilters, it is a versatile addition to any barista's toolkit.
  • High-Quality Construction: Made from durable stainless steel, this tamper and levelling tool boasts an anti-slip design for a secure grip and enhanced control during use.
  • Elegant Design: Featuring the Rocket logo engraved on the side, this tool combines functionality with a stylish aesthetic, making it a standout piece in your coffee setup.

Achieve consistently excellent espresso shots with the Rocket 2-in-1 Tamper & Levelling Tool, and take your barista skills to the next level!

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: "8004001825020", item_name: "Rocket 2-in-1 Tamper & Levelling Tool - Chrome", price: 96, 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