From 03e9ddd13b33868de3077e7783c55816ef9b3381 Mon Sep 17 00:00:00 2001 From: TheZeanon Date: Thu, 16 Jan 2025 14:47:54 +0100 Subject: [PATCH] Update axes_shaper_calibration.py --- shaketune/commands/axes_shaper_calibration.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shaketune/commands/axes_shaper_calibration.py b/shaketune/commands/axes_shaper_calibration.py index 9e7dfea..b7c0090 100644 --- a/shaketune/commands/axes_shaper_calibration.py +++ b/shaketune/commands/axes_shaper_calibration.py @@ -96,6 +96,9 @@ def axes_shaper_calibration(gcmd, config, st_process: ShakeTuneProcess) -> None: a for a in AXIS_CONFIG if a['axis'] == axis_input or (axis_input == 'all' and a['axis'] in ('x', 'y')) ] for config in filtered_config: + toolhead.manual_move(point, feedrate_travel) + toolhead.dwell(0.5) + toolhead.wait_moves() measurements_manager = MeasurementsManager(st_process.get_st_config().chunk_size) # First we need to find the accelerometer chip suited for the axis