Skip to content

Commit

Permalink
🐛Fix M2 define
Browse files Browse the repository at this point in the history
  • Loading branch information
bmkahl committed Feb 12, 2024
1 parent 8dd6248 commit 93605f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -3496,7 +3496,7 @@
*
* M2 - Go to end print screen
*/
#if ENABLED(TAZPro, TAZProXT, TAZProV2)
#if ANY(TAZPro, TAZProXT, TAZProV2)
#define ALLOW_END_PRINT_SCREEN
#endif

Expand Down

0 comments on commit 93605f1

Please sign in to comment.