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.

This commit is contained in:
daid303 2012-12-05 19:32:26 +01:00
parent c421774422
commit 4e26ecc940

View File

@ -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();