Multiple PID parameter edit for ultralcd
* Depending on extruder count, will add menu items for ultralcd to edit individual PID parameters for each extruder * Added menu items to each language_xx.h * Builds OK, but recommend testing with typical LCD
This commit is contained in:
parent
3e2af67ce3
commit
7d32c7f36d
13 changed files with 135 additions and 14 deletions
|
|
@ -69,6 +69,14 @@
|
|||
#define MSG_PID_I "PID-I: "
|
||||
#define MSG_PID_D "PID-D: "
|
||||
#define MSG_PID_C "PID-C: "
|
||||
#define MSG_PID_P1 "PID-P E2: "
|
||||
#define MSG_PID_I1 "PID-I E2: "
|
||||
#define MSG_PID_D1 "PID-D E2: "
|
||||
#define MSG_PID_C1 "PID-C E2: "
|
||||
#define MSG_PID_P2 "PID-P E3: "
|
||||
#define MSG_PID_I2 "PID-I E3: "
|
||||
#define MSG_PID_D2 "PID-D E3: "
|
||||
#define MSG_PID_C2 "PID-C E3: "
|
||||
#define MSG_ACC "Acc:"
|
||||
#define MSG_VXY_JERK "Vxy-jerk: "
|
||||
#define MSG_VZ_JERK "Vz-jerk"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue