|
|
@ -590,6 +590,12 @@ |
|
|
|
#ifndef MSG_FILAMENT_DIAM |
|
|
|
#define MSG_FILAMENT_DIAM _UxGT("Fil. Dia.") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENT_UNLOAD |
|
|
|
#define MSG_FILAMENT_UNLOAD _UxGT("Unload mm") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENT_LOAD |
|
|
|
#define MSG_FILAMENT_LOAD _UxGT("Load mm") |
|
|
|
#endif |
|
|
|
#ifndef MSG_ADVANCE_K |
|
|
|
#define MSG_ADVANCE_K _UxGT("Advance K") |
|
|
|
#endif |
|
|
@ -689,6 +695,15 @@ |
|
|
|
#ifndef MSG_FILAMENTCHANGE |
|
|
|
#define MSG_FILAMENTCHANGE _UxGT("Change filament") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENTLOAD |
|
|
|
#define MSG_FILAMENTLOAD _UxGT("Load filament") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENTUNLOAD |
|
|
|
#define MSG_FILAMENTUNLOAD _UxGT("Unload filament") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENTUNLOAD_ALL |
|
|
|
#define MSG_FILAMENTUNLOAD_ALL _UxGT("Unload All") |
|
|
|
#endif |
|
|
|
#ifndef MSG_INIT_SDCARD |
|
|
|
#define MSG_INIT_SDCARD _UxGT("Init. SD card") |
|
|
|
#endif |
|
|
@ -918,19 +933,22 @@ |
|
|
|
#define MSG_DAC_EEPROM_WRITE _UxGT("DAC EEPROM Write") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENT_CHANGE_HEADER |
|
|
|
#define MSG_FILAMENT_CHANGE_HEADER _UxGT("PRINT PAUSED") |
|
|
|
#define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("PRINT PAUSED") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENT_CHANGE_HEADER_LOAD |
|
|
|
#define MSG_FILAMENT_CHANGE_HEADER_LOAD _UxGT("LOAD FILAMENT") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENT_CHANGE_HEADER_UNLOAD |
|
|
|
#define MSG_FILAMENT_CHANGE_HEADER_UNLOAD _UxGT("UNLOAD FILAMENT") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENT_CHANGE_OPTION_HEADER |
|
|
|
#define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("RESUME OPTIONS:") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENT_CHANGE_OPTION_EXTRUDE |
|
|
|
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE _UxGT("Extrude more") |
|
|
|
#ifndef MSG_FILAMENT_CHANGE_OPTION_PURGE |
|
|
|
#define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Purge more") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENT_CHANGE_OPTION_RESUME |
|
|
|
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Resume print") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENT_CHANGE_MINTEMP |
|
|
|
#define MSG_FILAMENT_CHANGE_MINTEMP _UxGT("Minimum Temp is ") |
|
|
|
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Continue") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENT_CHANGE_NOZZLE |
|
|
|
#define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Nozzle: ") |
|
|
@ -973,9 +991,9 @@ |
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Wait for") |
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("filament load") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENT_CHANGE_EXTRUDE_1 |
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Wait for") |
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_2 _UxGT("filament extrude") |
|
|
|
#ifndef MSG_FILAMENT_CHANGE_PURGE_1 |
|
|
|
#define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Wait for") |
|
|
|
#define MSG_FILAMENT_CHANGE_PURGE_2 _UxGT("filament purge") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENT_CHANGE_RESUME_1 |
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Wait for print") |
|
|
@ -997,8 +1015,8 @@ |
|
|
|
#ifndef MSG_FILAMENT_CHANGE_LOAD_1 |
|
|
|
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Loading...") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENT_CHANGE_EXTRUDE_1 |
|
|
|
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Extruding...") |
|
|
|
#ifndef MSG_FILAMENT_CHANGE_PURGE_1 |
|
|
|
#define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Purging...") |
|
|
|
#endif |
|
|
|
#ifndef MSG_FILAMENT_CHANGE_RESUME_1 |
|
|
|
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Resuming...") |
|
|
|