0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-31 14:12:52 +00:00

Starting fan followup

This commit is contained in:
Scott Lahteine 2020-10-16 20:38:23 -05:00
parent 52c090dfbe
commit a44aae268a

View file

@ -31,7 +31,7 @@
#include "menu_item.h"
#include "../../module/temperature.h"
#if FAN_COUNT > 1 || ENABLED(SINGLENOZZLE)
#if HAS_FAN || ENABLED(SINGLENOZZLE)
#include "../../module/motion.h"
#endif