From 1731fbbca4ef799546fba47ccafd29c923c3d735 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 4 Mar 2019 13:04:18 -0500 Subject: gcode: Change respond_info() to log by default It makes sense to log most respond_info() content, so do that by default. Signed-off-by: Kevin O'Connor --- klippy/toolhead.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/toolhead.py') diff --git a/klippy/toolhead.py b/klippy/toolhead.py index edf6d326..b7413fb1 100644 --- a/klippy/toolhead.py +++ b/klippy/toolhead.py @@ -462,7 +462,7 @@ class ToolHead: max_velocity, max_accel, self.requested_accel_to_decel, square_corner_velocity)) self.printer.set_rollover_info("toolhead", "toolhead: %s" % (msg,)) - gcode.respond_info(msg) + gcode.respond_info(msg, log=False) def cmd_M204(self, params): gcode = self.printer.lookup_object('gcode') if 'P' in params and 'T' in params and 'S' not in params: -- cgit v1.2.3-70-g09d2