Browse Source

Cutter class followup

Scott Lahteine 6 years ago
parent
commit
1a09c4dea5
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/lcd/menu/menu_spindle_laser.cpp

+ 2
- 2
Marlin/src/lcd/menu/menu_spindle_laser.cpp View File

@@ -26,7 +26,7 @@
26 26
 
27 27
 #include "../../inc/MarlinConfig.h"
28 28
 
29
-#if HAS_CUTTER
29
+#if HAS_LCD_MENU && HAS_CUTTER
30 30
 
31 31
   #include "menu.h"
32 32
 
@@ -51,4 +51,4 @@
51 51
     END_MENU();
52 52
   }
53 53
 
54
-#endif // HAS_CUTTER
54
+#endif // HAS_LCD_MENU && HAS_CUTTER

Loading…
Cancel
Save