diff --git a/Marlin/stepper.cpp b/Marlin/stepper.cpp index f5f3b7b6c5..d9c0a45c5d 100644 --- a/Marlin/stepper.cpp +++ b/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();