This commit is contained in:
narno2202 2026-01-15 22:59:24 +01:00 committed by GitHub
parent 325503e19f
commit 02bbbfd752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {