Skip to content

Commit

Permalink
Fix M119
Browse files Browse the repository at this point in the history
Fix from #27576
  • Loading branch information
GMagician committed Dec 17, 2024
1 parent d2814c7 commit a5ef118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/endstops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ void __O2 Endstops::report_states() {
}
#undef _CASE_RUNOUT
#elif HAS_FILAMENT_SENSOR
print_es_state(!FILAMENT_IS_OUT());
print_es_state(!FILAMENT_IS_OUT(), F(STR_FILAMENT));
#endif

TERN_(BLTOUCH, bltouch._reset_SW_mode());
Expand Down

0 comments on commit a5ef118

Please sign in to comment.