This commit is contained in:
narno2202 2026-01-15 22:59:24 +01:00 committed by narno2202
parent a72ecce605
commit bd424949a6

View file

@ -150,7 +150,7 @@ void GcodeSuite::M495() {
if (p.axis != NO_AXIS_ENUM) {
if (p.max_freq > p.min_freq) {
SERIAL_ECHOLN(F("Starting "), F("Resonance Test"));
rtg.startt();
rtg.start();
// The function returns immediately, the test runs in the background.
}
else {