mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-25 18:40:21 +00:00
Starting fan followup
This commit is contained in:
parent
313efa33ae
commit
e99f967372
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
#include "menu_item.h"
|
#include "menu_item.h"
|
||||||
#include "../../module/temperature.h"
|
#include "../../module/temperature.h"
|
||||||
|
|
||||||
#if FAN_COUNT > 1 || ENABLED(SINGLENOZZLE)
|
#if HAS_FAN || ENABLED(SINGLENOZZLE)
|
||||||
#include "../../module/motion.h"
|
#include "../../module/motion.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue