diff options
Diffstat (limited to 'klippy/toolhead.py')
-rw-r--r-- | klippy/toolhead.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |