Skip to content
Snippets Groups Projects
Commit 1a09c4de authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Cutter class followup

parent 9da02d21
Branches
Tags
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "../../inc/MarlinConfig.h" #include "../../inc/MarlinConfig.h"
#if HAS_CUTTER #if HAS_LCD_MENU && HAS_CUTTER
#include "menu.h" #include "menu.h"
...@@ -51,4 +51,4 @@ ...@@ -51,4 +51,4 @@
END_MENU(); END_MENU();
} }
#endif // HAS_CUTTER #endif // HAS_LCD_MENU && HAS_CUTTER
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment