Merge pull request #3242 from thinkyhead/rc_epatel_mesh_fixes

Updated Mesh Bed Leveling
This commit is contained in:
Scott Lahteine
2016-03-25 06:48:12 -07:00
6 changed files with 90 additions and 55 deletions

View File

@@ -169,6 +169,9 @@
#ifndef MSG_SPEED
#define MSG_SPEED "Speed"
#endif
#ifndef MSG_BED_Z
#define MSG_BED_Z "Bed Z"
#endif
#ifndef MSG_NOZZLE
#define MSG_NOZZLE "Nozzle"
#endif