Merge pull request #2461 from leptun/MK3_FIX_MINTEMP_FIXED

HEATER -> HOTEND
This commit is contained in:
DRracer 2020-02-04 16:35:07 +01:00 committed by GitHub
commit 4774b44e21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);