Преглед на файлове

Temporarily disable runout

There are still printers which suffer from spurious runouts for no reason.
For testing purposes, runout will be disabled until the real cause is found.
D.R.racer преди 2 години
родител
ревизия
8b6941d493
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Firmware/Filament_sensor.cpp

+ 1 - 1
Firmware/Filament_sensor.cpp

@@ -130,7 +130,7 @@ void Filament_sensor::triggerFilamentRemoved() {
 //        SERIAL_ECHOPGM("runoutEnabled="); SERIAL_ECHOLN((int)runoutEnabled);
 //        SERIAL_ECHOPGM("eFilamentAction="); SERIAL_ECHOLN((int)eFilamentAction);
 //        SERIAL_ECHOPGM("saved_printing="); SERIAL_ECHOLN((int)saved_printing);
-        filRunout();
+//        filRunout();
     }
 }