Apply more HAS_HOTEND

This commit is contained in:
Scott Lahteine
2020-04-27 22:35:25 -05:00
parent 94291eb59f
commit 01c646a892
9 changed files with 34 additions and 66 deletions

View File

@ -22,7 +22,7 @@
#include "../../inc/MarlinConfig.h"
#if HOTENDS && HAS_LCD_MENU
#if HAS_HOTEND && HAS_LCD_MENU
#include "../gcode.h"
#include "../../lcd/ultralcd.h"