mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-18 05:45:33 -07:00
Fix typo
This commit is contained in:
parent
325503e19f
commit
02bbbfd752
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue