Skip to content

Commit

Permalink
Merge pull request #2461 from leptun/MK3_FIX_MINTEMP_FIXED
Browse files Browse the repository at this point in the history
HEATER -> HOTEND
  • Loading branch information
DRracer authored Feb 4, 2020
2 parents d4d1f05 + f1ccfd4 commit 4774b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/temperature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2051,7 +2051,7 @@ struct alert_automaton_mintemp {
}
}
};
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);

Expand Down

0 comments on commit 4774b44

Please sign in to comment.