chmod script

This commit is contained in:
Scott Lahteine
2022-12-05 10:20:28 -06:00
parent d7f05bd0d4
commit 66c0fc9913
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -682,7 +682,7 @@ void __O2 Endstops::report_states() {
#undef _CASE_RUNOUT
}
const RunoutMode rm = runout.mode[i - 1];
const uint8_t state = runout.out_state(i - 1);
const uint8_t outval = runout.out_state(i - 1);
#if DISABLED(SLIM_LCD_MENUS)
SERIAL_ECHOPGM(STR_FILAMENT);
View File