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:
parent
c421774422
commit
4e26ecc940
|
@ -938,7 +938,6 @@ long st_get_position(uint8_t axis)
|
||||||
void finishAndDisableSteppers()
|
void finishAndDisableSteppers()
|
||||||
{
|
{
|
||||||
st_synchronize();
|
st_synchronize();
|
||||||
LCD_MESSAGEPGM(MSG_STEPPER_RELEASED);
|
|
||||||
disable_x();
|
disable_x();
|
||||||
disable_y();
|
disable_y();
|
||||||
disable_z();
|
disable_z();
|
||||||
|
|
Loading…
Reference in a new issue