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 Faustino 3.1 Chrome/Copper

by Rocket
Original price $1,350.00
Original price $1,350.00 - Original price $1,350.00
Original price $1,350.00
Current price $1,350.00
$1,350.00 - $1,350.00
Current price $1,350.00
 More payment options
  • 1-Year Manufacturer Warranty 
  • Made In Italy
  • 10.5 in Ɨ 14.25 in Ɨ 17 in - (WxHxD)

The Rocket Faustino Grinder is the ideal companion for any Rocket espresso machine, offering both style and performance in a compact form. Despite its smaller size, this grinder packs the features and power required for a consistent, high-quality grind, making it perfect for espresso enthusiasts.

Key Features:

  • Compact Design: Measuring only 13.3 cm wide and 23 cm deep, the Faustino is designed to fit neatly into any kitchen setup without compromising on performance.

  • Stepless Adjustment: The grinder features stepless micrometric grind adjustment, allowing for infinite adjustments to dial in the perfect grind for your espresso, ensuring precision and control.

  • Programmable Dosing: With its on-demand dispensing system, the Faustino lets you program dosing, ensuring consistent amounts of coffee for each shot. This feature saves time and reduces waste, ensuring efficiency in your workflow.

  • 50mm Flat Burrs: Equipped with 50mm flat burrs, this grinder delivers a precise and uniform grind, crucial for achieving a balanced espresso shot. Flat burrs are particularly known for creating a consistent particle size, which helps extract even flavour from your coffee beans.

  • Sleek Design: Rocket Espresso is known for its stylish and modern designs, and the Faustino is no exception. Its sleek profile and build quality make it a perfect match for any Rocket espresso machine.

Technical Specifications:

  • Burr Diameter: 50 mm flat burrs
  • Bean Hopper Capacity: 680 g
  • Wattage: 210W
  • Dimensions:
    • Width: 13.3 cm
    • Depth: 23 cm
    • Height: 38 cm
  • Weight: 11.5 kg
  • Dispensing Method: On-Demand

Why You Should Get It:

The Rocket Faustino Grinder is an excellent choice for home baristas who prioritize consistency and convenience. Its compact size, combined with programmable dosing and precise grind control, makes it a highly efficient tool for brewing espresso. The design and quality match the high standards of Rocket Espresso, ensuring that this grinder is not only functional but also a stylish addition to any home espresso setup.

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: "8003990913276", item_name: "ROCKET Faustino 3.1 Chrome/Copper", price: 1350, 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