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

HC 600 2.0 ODG V1

Original price $1,200.00 - Original price $1,200.00
Original price
$1,200.00
$1,200.00 - $1,200.00
Current price $1,200.00

Features:

  • Hardened steel burrs for a better taste experience
  • Classic cast aluminum body for an optimized heat transfer
  • Reliable on demand mechanism for fresh coffee and for precise individual dosing
  • Larger built-in grinder for faster grinding
  • Steady ground coffee flow with minimal retention for less waste and consistent taste over time
  • Stepless centralized grind size adjustment for a quick and convenient set-up
  • Edgeless shape and sealed surface guarantees easy cleaning and prevents residues
  • Universal portafilter support allows handsfree grinding
  • Heavy and extra-stable design fulfilling high quality claims
  • Low noise level for a quiet working environment

Operating modes:

  • Four programmable recipes: single/double/triple shot, jog
  • Two running modes: flush mode, barista mode

Voltage: 110 V/60 Hz

Burr diameter: 64 mm

Burr type: Flat

Burr material: Hardened steel

Grind speed*: 2.5 – 3.0 g/s

Bean hopper capacity: 1.5 kg

Power: 350 W

Dimensions (l x w x h): 350 x 210 x 570 mm

Net weight: 11.5 kg

Gross weight: 13.0 kg

Color option: Black

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: "7695567126780", item_name: "HC 600 2.0 ODG V1", price: 1200, 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