From 850259bb254e934bcc7add7f90e2f95812823cf8 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 27 Sep 2016 18:29:46 -0500 Subject: [PATCH] Watch bed temp also for Control menu item --- Marlin/ultralcd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/ultralcd.cpp b/Marlin/ultralcd.cpp index 644ee4084..da5440c5d 100755 --- a/Marlin/ultralcd.cpp +++ b/Marlin/ultralcd.cpp @@ -1659,7 +1659,7 @@ void kill_screen(const char* lcd_msg) { // Bed: // #if TEMP_SENSOR_BED != 0 - MENU_MULTIPLIER_ITEM_EDIT(int3, MSG_BED, &thermalManager.target_temperature_bed, 0, BED_MAXTEMP - 15); + MENU_MULTIPLIER_ITEM_EDIT_CALLBACK(int3, MSG_BED, &thermalManager.target_temperature_bed, 0, BED_MAXTEMP - 15, watch_temp_callback_bed); #endif //