From 3d919898a684c51d47c0b811c037fc927fc97245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Boisselier?= Date: Sat, 29 Jun 2024 23:26:19 +0200 Subject: [PATCH] added a bit of distance for TMC parameters in vib header --- shaketune/graph_creators/vibrations_graph_creator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shaketune/graph_creators/vibrations_graph_creator.py b/shaketune/graph_creators/vibrations_graph_creator.py index c501586..2765b06 100644 --- a/shaketune/graph_creators/vibrations_graph_creator.py +++ b/shaketune/graph_creators/vibrations_graph_creator.py @@ -614,7 +614,7 @@ def plot_vibration_spectrogram( def plot_motor_config_txt(fig: plt.Figure, motors: List[MotorsConfigParser], differences: Optional[str]) -> None: motor_details = [(motors[0], 'X motor'), (motors[1], 'Y motor')] - distance = 0.12 + distance = 0.15 if motors[0].get_config('autotune_enabled'): distance = 0.27 config_blocks = [