瀏覽代碼

🐛 Define 'HEAD' axes for Markforged

Fixes #22167
Scott Lahteine 4 年之前
父節點
當前提交
55feb8ac8d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/core/types.h

+ 1
- 1
Marlin/src/core/types.h 查看文件

@@ -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…
取消
儲存