Delta calibration menu based on http://minow.blogspot.com/index.html#4918805519571907051
To test/enable, uncomment the #define DELTA_CALIBRATION_MENU in Configuration.h
This commit is contained in:
parent
10ad9f1062
commit
5b336a4cdb
14 changed files with 111 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue