🎨 pause => pause_heaters

This commit is contained in:
Scott Lahteine
2021-05-22 21:08:57 -05:00
parent 92dea8e6cc
commit ff0318c5bd
3 changed files with 4 additions and 4 deletions

View File

@@ -838,7 +838,7 @@ class Temperature {
#endif
#if ENABLED(PROBING_HEATERS_OFF)
static void pause(const bool p);
static void pause_heaters(const bool p);
#endif
#if HEATER_IDLE_HANDLER