Add HAS_HEATED_BED conditional (#10495)
This commit is contained in:
parent
10a25f733e
commit
cb46cb8480
19 changed files with 303 additions and 260 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue