small bug-fixes and greek alphabet for paired peaks

This commit is contained in:
Félix Boisselier
2024-05-19 13:02:56 +02:00
parent 4f100eac8f
commit 1d4c68265d
7 changed files with 11 additions and 7 deletions

View File

@@ -50,6 +50,7 @@ def excitate_axis_at_freq(gcmd, config) -> None:
point = (x, y, z)
toolhead.manual_move(point, feedrate_travel)
toolhead.dwell(0.5)
min_freq = freq - 1
max_freq = freq + 1