Skip to content

Commit cce585f

Browse files
committed
🐛 Define 'HEAD' axes for Markforged
Fixes #22167
1 parent 5bfb465 commit cce585f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/core/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ enum AxisEnum : uint8_t {
8383
#undef _EN_ITEM
8484

8585
// Core also keeps toolhead directions
86-
#if IS_CORE
86+
#if EITHER(IS_CORE, MARKFORGED_XY)
8787
, X_HEAD, Y_HEAD, Z_HEAD
8888
#endif
8989

0 commit comments

Comments
 (0)