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.

pull/1/head
daid303 12 years ago
parent
commit
4e26ecc940
  1. 1
      Marlin/stepper.cpp

1
Marlin/stepper.cpp

@ -938,7 +938,6 @@ long st_get_position(uint8_t axis)
void finishAndDisableSteppers()
{
st_synchronize();
LCD_MESSAGEPGM(MSG_STEPPER_RELEASED);
disable_x();
disable_y();
disable_z();

Loading…
Cancel
Save