probe: Increase calibration log level from debug to info
Output more information by default from the bed_tilt and delta_calibrate commands. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -168,7 +168,7 @@ def coordinate_descent(adj_params, params, error_func):
|
||||
continue
|
||||
params[param_name] = orig
|
||||
dp[param_name] *= 0.9
|
||||
logging.debug("best_err: %s rounds: %d", best_err, rounds)
|
||||
logging.info("Coordinate descent best_err: %s rounds: %d", best_err, rounds)
|
||||
return params
|
||||
|
||||
def load_config(config):
|
||||
|
Reference in New Issue
Block a user