Fixed redefinition warnings of MSG_HOTEND_TOO_COLD. (#12203)

This commit is contained in:
Roman Moravčík
2018-10-24 22:00:07 +02:00
committed by Scott Lahteine
parent 7a04eb3a8b
commit e48cbff10d
3 changed files with 4 additions and 4 deletions

View File

@ -200,7 +200,7 @@
#define MSG_ENDSTOPS_HIT "endstops hit: "
#define MSG_ERR_COLD_EXTRUDE_STOP " cold extrusion prevented"
#define MSG_ERR_LONG_EXTRUDE_STOP " too long extrusion prevented"
#define MSG_HOTEND_TOO_COLD "Hotend too cold"
#define MSG_ERR_HOTEND_TOO_COLD "Hotend too cold"
#define MSG_FILAMENT_CHANGE_HEAT "Press button (or M108) to heat nozzle"
#define MSG_FILAMENT_CHANGE_INSERT "Insert filament and press button (or M108)"