Просмотр исходного кода

The Partial release message (which does not really tell you anything) overwrites the final print time on the LCD, which is a real shame. So I removed the message.

daid303 11 лет назад
Родитель
Сommit
4e26ecc940
1 измененных файлов: 0 добавлений и 1 удалений
  1. 0
    1
      Marlin/stepper.cpp

+ 0
- 1
Marlin/stepper.cpp Просмотреть файл

@@ -938,7 +938,6 @@ long st_get_position(uint8_t axis)
938 938
 void finishAndDisableSteppers()
939 939
 {
940 940
   st_synchronize(); 
941
-  LCD_MESSAGEPGM(MSG_STEPPER_RELEASED);
942 941
   disable_x(); 
943 942
   disable_y(); 
944 943
   disable_z(); 

Загрузка…
Отмена
Сохранить