To test/enable, uncomment the #define DELTA_CALIBRATION_MENU in Configuration.h
This commit is contained in:
Caleb Anderson
2014-12-29 10:13:00 -07:00
parent 10ad9f1062
commit 5b336a4cdb
14 changed files with 111 additions and 0 deletions

View File

@ -127,4 +127,12 @@
#define MSG_RECTRACT "Atzera eragin"
#ifdef DELTA_CALIBRATION_MENU
#define MSG_DELTA_CALIBRATE "Delta Calibration"
#define MSG_DELTA_CALIBRATE_X "Calibrate X"
#define MSG_DELTA_CALIBRATE_Y "Calibrate Y"
#define MSG_DELTA_CALIBRATE_Z "Calibrate Z"
#define MSG_DELTA_CALIBRATE_CENTER "Calibrate Center"
#endif // DELTA_CALIBRATION_MENU
#endif // LANGUAGE_EU_H