Browse Source

🐛 Define 'HEAD' axes for Markforged

Fixes #22167
Scott Lahteine 4 years ago
parent
commit
55feb8ac8d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/core/types.h

+ 1
- 1
Marlin/src/core/types.h View File

@@ -83,7 +83,7 @@ enum AxisEnum : uint8_t {
83 83
   #undef _EN_ITEM
84 84
 
85 85
   // Core also keeps toolhead directions
86
-  #if IS_CORE
86
+  #if EITHER(IS_CORE, MARKFORGED_XY)
87 87
     , X_HEAD, Y_HEAD, Z_HEAD
88 88
   #endif
89 89
 

Loading…
Cancel
Save