Add HAS_HEATED_BED conditional (#10495)
This commit is contained in:
@ -365,7 +365,7 @@ void GcodeSuite::process_parsed_command(
|
||||
case 113: M113(); break; // M113: Set Host Keepalive interval
|
||||
#endif
|
||||
|
||||
#if HAS_HEATER_BED && HAS_TEMP_BED
|
||||
#if HAS_HEATED_BED
|
||||
case 140: M140(); break; // M140: Set bed temperature
|
||||
case 190: M190(); break; // M190: Wait for bed temperature to reach target
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user