From 4e26ecc940c74a89a5b7cc97e2bf241239496a63 Mon Sep 17 00:00:00 2001 From: daid303 Date: Wed, 5 Dec 2012 19:32:26 +0100 Subject: [PATCH] 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. --- Marlin/stepper.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Marlin/stepper.cpp b/Marlin/stepper.cpp index f5f3b7b6c..d9c0a45c5 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();