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

@ -136,4 +136,12 @@
#define MSG_RETRACT_ARROW "Retraer \x7E"
#define MSG_STEPPER_RELEASED "Desacoplada."
#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_ES_H