Skip to content

Commit

Permalink
🐛 Define 'HEAD' axes for Markforged
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jun 18, 2021
1 parent 5bfb465 commit cce585f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/core/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cce585f

Please sign in to comment.