mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-05-31 20:32:28 +00:00
Watch bed temp also for Control menu item
This commit is contained in:
parent
92c03a44a9
commit
850259bb25
1 changed files with 1 additions and 1 deletions
|
@ -1659,7 +1659,7 @@ void kill_screen(const char* lcd_msg) {
|
||||||
// Bed:
|
// Bed:
|
||||||
//
|
//
|
||||||
#if TEMP_SENSOR_BED != 0
|
#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
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue