Bring chamber temp to completion (#13837)
This commit is contained in:
committed by
Scott Lahteine
parent
24177954dd
commit
e2a77ed881
@ -1014,6 +1014,12 @@
|
||||
#ifndef MSG_BED_COOLING
|
||||
#define MSG_BED_COOLING _UxGT("Bed cooling...")
|
||||
#endif
|
||||
#ifndef MSG_CHAMBER_HEATING
|
||||
#define MSG_CHAMBER_HEATING _UxGT("Chamber heating...")
|
||||
#endif
|
||||
#ifndef MSG_CHAMBER_COOLING
|
||||
#define MSG_CHAMBER_COOLING _UxGT("Chamber cooling...")
|
||||
#endif
|
||||
#ifndef MSG_DELTA_CALIBRATE
|
||||
#define MSG_DELTA_CALIBRATE _UxGT("Delta Calibration")
|
||||
#endif
|
||||
|
@ -356,6 +356,8 @@
|
||||
#define MSG_COOLING _UxGT("Raffreddamento..")
|
||||
#define MSG_BED_HEATING _UxGT("Risc. piatto...")
|
||||
#define MSG_BED_COOLING _UxGT("Raffr. piatto...")
|
||||
#define MSG_CHAMBER_HEATING _UxGT("Risc. camera...")
|
||||
#define MSG_CHAMBER_COOLING _UxGT("Raffr. camera...")
|
||||
#define MSG_DELTA_CALIBRATE _UxGT("Calibraz. Delta")
|
||||
#define MSG_DELTA_CALIBRATE_X _UxGT("Calibra X")
|
||||
#define MSG_DELTA_CALIBRATE_Y _UxGT("Calibra Y")
|
||||
|
Reference in New Issue
Block a user