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/mathutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/mathutil.py') diff --git a/klippy/mathutil.py b/klippy/mathutil.py index 737999b2..ed330c61 100644 --- a/klippy/mathutil.py +++ b/klippy/mathutil.py @@ -65,7 +65,7 @@ def background_coordinate_descent(printer, adj_params, params, error_func): while calc_proc.is_alive(): if eventtime > last_report_time + 5.: last_report_time = eventtime - gcode.respond_info("Working on calibration...") + gcode.respond_info("Working on calibration...", log=False) eventtime = reactor.pause(eventtime + .1) # Return results res = parent_conn.recv() -- cgit v1.2.3-70-g09d2