Move z safe homing to its own function

This commit is contained in:
Scott Lahteine
2016-09-11 20:39:39 -05:00
parent c84b14c77a
commit b4034915f8
2 changed files with 57 additions and 69 deletions

View File

@ -408,6 +408,9 @@
#ifndef MSG_ERR_MINTEMP_BED
#define MSG_ERR_MINTEMP_BED "Err: MINTEMP BED"
#endif
#ifndef MSG_ERR_Z_HOMING
#define MSG_ERR_Z_HOMING "G28 Z Forbidden"
#endif
#ifndef MSG_HALTED
#define MSG_HALTED "PRINTER HALTED"
#endif