HEATER -> HOTEND

This commit is contained in:
Alex Voinea 2020-02-04 17:30:44 +02:00
parent 886c2fdc4e
commit f1ccfd481a
No known key found for this signature in database
GPG Key ID: F5034E7CFCF2F973
1 changed files with 1 additions and 1 deletions

View File

@ -2051,7 +2051,7 @@ public:
}
}
};
static const char m2hotend[] PROGMEM = "MINTEMP HEATER fixed";
static const char m2hotend[] PROGMEM = "MINTEMP HOTEND fixed";
static const char m2bed[] PROGMEM = "MINTEMP BED fixed";
static alert_automaton_mintemp alert_automaton_hotend(m2hotend), alert_automaton_bed(m2bed);