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
|
|
@ -128,4 +128,12 @@
|
|||
#define MSG_RECTRACT "Wycofanie"
|
||||
#define MSG_STEPPER_RELEASED "Zwolniony."
|
||||
|
||||
#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_PL_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue