Apply more HAS_HOTEND
This commit is contained in:
parent
94291eb59f
commit
01c646a892
9 changed files with 34 additions and 66 deletions
|
|
@ -544,7 +544,7 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
|
|||
case 120: M120(); break; // M120: Enable endstops
|
||||
case 121: M121(); break; // M121: Disable endstops
|
||||
|
||||
#if HOTENDS && HAS_LCD_MENU
|
||||
#if HAS_HOTEND && HAS_LCD_MENU
|
||||
case 145: M145(); break; // M145: Set material heatup parameters
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue