Fix SINGLENOZZLE compile

This commit is contained in:
Scott Lahteine
2021-01-19 19:19:10 -06:00
parent a02e884415
commit ccbff12d6a
3 changed files with 9 additions and 1 deletions

View File

@ -45,7 +45,7 @@
#endif
#endif
#if ENABLED(SINGLENOZZLE)
#if ENABLED(SINGLENOZZLE_STANDBY_TEMP)
#include "../../module/tool_change.h"
#endif