Add support for Z2 min endstop to M119

This commit is contained in:
Scott Lahteine
2016-10-29 01:54:02 -05:00
parent 47ad97c35e
commit accabf088a
2 changed files with 5 additions and 0 deletions

View File

@ -145,6 +145,7 @@
#define MSG_Y_MAX "y_max: "
#define MSG_Z_MIN "z_min: "
#define MSG_Z_MAX "z_max: "
#define MSG_Z2_MIN "z2_min: "
#define MSG_Z2_MAX "z2_max: "
#define MSG_Z_PROBE "z_probe: "
#define MSG_ERR_MATERIAL_INDEX "M145 S<index> out of range (0-1)"