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/extras/z_tilt.py | 1 - 1 file changed, 1 deletion(-) (limited to 'klippy/extras/z_tilt.py') diff --git a/klippy/extras/z_tilt.py b/klippy/extras/z_tilt.py index 04b7d4c1..bcbfddd9 100644 --- a/klippy/extras/z_tilt.py +++ b/klippy/extras/z_tilt.py @@ -84,7 +84,6 @@ class ZTilt: stepstrs = ["%s = %.6f" % (s.get_name(), so) for so, s in positions] msg = "Making the following Z adjustments:\n%s\nz_adjust = %.6f" % ( "\n".join(stepstrs), z_adjust) - logging.info(msg) self.gcode.respond_info(msg) # Move each z stepper (sorted from lowest to highest) until they match positions.sort() -- cgit v1.2.3-70-g09d2