From 55eed2e9be49b2bb9d675ccab3ff682f2c795c91 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 13 Oct 2018 17:17:27 -0400 Subject: [PATCH] gcode: Remove "Preparing to restart" message Now that "Klipper state" messages are proactively sent, it is redundant to send the "preparing to restart" message. Signed-off-by: Kevin O'Connor --- klippy/gcode.py | 1 - 1 file changed, 1 deletion(-) diff --git a/klippy/gcode.py b/klippy/gcode.py index ee293507..a1b9c419 100644 --- a/klippy/gcode.py +++ b/klippy/gcode.py @@ -667,7 +667,6 @@ class GCodeParser: gcode_pos, base_pos, homing_pos)) def request_restart(self, result): if self.is_printer_ready: - self.respond_info("Preparing to restart...") self.toolhead.motor_off() print_time = self.toolhead.get_last_move_time() for heater in self.heaters: