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:
@ -67,6 +67,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 "Versn"
|
||||
#define MSG_VXY_JERK "Vxy-jerk"
|
||||
#define MSG_VZ_JERK "Vz-jerk"
|
||||
|
Reference in New Issue
Block a user