Fix issues with no hotend / bed / fan (#18395)
This commit is contained in:
@@ -157,7 +157,9 @@ void menu_main() {
|
||||
SUBMENU(MSG_CUTTER(MENU), menu_spindle_laser);
|
||||
#endif
|
||||
|
||||
SUBMENU(MSG_TEMPERATURE, menu_temperature);
|
||||
#if HAS_TEMPERATURE
|
||||
SUBMENU(MSG_TEMPERATURE, menu_temperature);
|
||||
#endif
|
||||
|
||||
#if HAS_POWER_MONITOR
|
||||
MENU_ITEM(submenu, MSG_POWER_MONITOR, menu_power_monitor);
|
||||
|
Reference in New Issue
Block a user