mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-09 20:37:03 -06:00
Fix typo
This commit is contained in:
parent
a72ecce605
commit
bd424949a6
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