From 55feb8ac8dda15e58ea4e2d2f0d06560b40d8f93 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Fri, 18 Jun 2021 13:12:55 -0500
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Define=20'HEAD'=20axes=20for=20M?=
 =?UTF-8?q?arkforged?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Fixes #22167
---
 Marlin/src/core/types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/src/core/types.h b/Marlin/src/core/types.h
index f8b5cef77b9..833167a7a19 100644
--- a/Marlin/src/core/types.h
+++ b/Marlin/src/core/types.h
@@ -83,7 +83,7 @@ enum AxisEnum : uint8_t {
   #undef _EN_ITEM
 
   // Core also keeps toolhead directions
-  #if IS_CORE
+  #if EITHER(IS_CORE, MARKFORGED_XY)
     , X_HEAD, Y_HEAD, Z_HEAD
   #endif