Browse Source

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 years ago
parent
commit
4e26ecc940
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/stepper.cpp

+ 0
- 1
Marlin/stepper.cpp View File

938
 void finishAndDisableSteppers()
938
 void finishAndDisableSteppers()
939
 {
939
 {
940
   st_synchronize(); 
940
   st_synchronize(); 
941
-  LCD_MESSAGEPGM(MSG_STEPPER_RELEASED);
942
   disable_x(); 
941
   disable_x(); 
943
   disable_y(); 
942
   disable_y(); 
944
   disable_z(); 
943
   disable_z(); 

Loading…
Cancel
Save