Added serial message for Z Probe trigger.

This commit is contained in:
Chris Roadfeldt
2015-03-28 05:42:38 -05:00
parent 92eb8109ab
commit fd823449ad
3 changed files with 8 additions and 4 deletions

View File

@ -132,6 +132,7 @@
#define MSG_Z_MIN "z_min: "
#define MSG_Z_MAX "z_max: "
#define MSG_Z2_MAX "z2_max: "
#define MSG_Z_PROBE "z_probe: "
#define MSG_M119_REPORT "Reporting endstop status"
#define MSG_ENDSTOP_HIT "TRIGGERED"
#define MSG_ENDSTOP_OPEN "open"