Add HAS_FILAMENT_SENSOR ahead of 12962
This commit is contained in:
parent
2c8d12d3ec
commit
7cf9b93f26
22 changed files with 36 additions and 35 deletions
|
|
@ -576,7 +576,7 @@ void GcodeSuite::process_parsed_command(
|
|||
case 407: M407(); break; // M407: Display measured filament diameter
|
||||
#endif
|
||||
|
||||
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
|
||||
#if HAS_FILAMENT_SENSOR
|
||||
case 412: M412(); break; // M412: Enable/Disable filament runout detection
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue