Merge pull request #7260 from thinkyhead/bf_G33_update_27

Updates to G33 and its LCD code
This commit is contained in:
Scott Lahteine
2017-07-10 13:39:36 -05:00
committed by GitHub
10 changed files with 92 additions and 45 deletions

View File

@@ -716,6 +716,9 @@
#ifndef MSG_DELTA_CALIBRATE_CENTER
#define MSG_DELTA_CALIBRATE_CENTER _UxGT("Calibrate Center")
#endif
#ifndef MSG_DELTA_SETTINGS
#define MSG_DELTA_SETTINGS _UxGT("Show Delta Settings")
#endif
#ifndef MSG_DELTA_AUTO_CALIBRATE
#define MSG_DELTA_AUTO_CALIBRATE _UxGT("Auto Calibration")
#endif