Check the temperature before filament change

This commit is contained in:
Scott Lahteine
2015-06-15 17:50:26 -07:00
committed by Richard Wackerbarth
parent a1e8714d5f
commit 4ce9ddbb74
3 changed files with 8 additions and 0 deletions

View File

@ -170,6 +170,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_TOO_COLD_FOR_M600 "M600 Hotend too cold to change filament"
#define MSG_BABYSTEPPING_X "Babystepping X"
#define MSG_BABYSTEPPING_Y "Babystepping Y"
#define MSG_BABYSTEPPING_Z "Babystepping Z"