Kaynağa Gözat

Remove previous_millis_cmd update from extruder runout prevention code

This seems to defeat the purpose of previous_millis_cmd, preventing the
time elapsed from previous_millis_cmd from ever reaching
max_inactive_time or stepper_inactive_time while the heat was on.
whosawhatsis 10 yıl önce
ebeveyn
işleme
b1f8f492c6
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0
    1
      Marlin/Marlin_main.cpp

+ 0
- 1
Marlin/Marlin_main.cpp Dosyayı Görüntüle

3304
      current_position[E_AXIS]=oldepos;
3304
      current_position[E_AXIS]=oldepos;
3305
      destination[E_AXIS]=oldedes;
3305
      destination[E_AXIS]=oldedes;
3306
      plan_set_e_position(oldepos);
3306
      plan_set_e_position(oldepos);
3307
-     previous_millis_cmd=millis();
3308
      st_synchronize();
3307
      st_synchronize();
3309
      WRITE(E0_ENABLE_PIN,oldstatus);
3308
      WRITE(E0_ENABLE_PIN,oldstatus);
3310
     }
3309
     }

Loading…
İptal
Kaydet