Clean up, move unused to the bottom, add headings
This commit is contained in:
parent
0c06e97e98
commit
e970461adb
14 changed files with 438 additions and 381 deletions
|
|
@ -1,9 +1,13 @@
|
|||
/**
|
||||
* Russian
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* Please note these are limited to 17 characters!
|
||||
*
|
||||
*/
|
||||
#ifndef LANGUAGE_RU_H
|
||||
#define LANGUAGE_RU_H
|
||||
|
||||
// LCD Menu Messages
|
||||
// Please note these are limited to 17 characters!
|
||||
|
||||
#define WELCOME_MSG MACHINE_NAME "Готов."
|
||||
#define MSG_SD_INSERTED "Карта вставлена"
|
||||
#define MSG_SD_REMOVED "Карта извлечена"
|
||||
|
|
@ -80,7 +84,6 @@
|
|||
#define MSG_YSTEPS "Y шаг/mm:"
|
||||
#define MSG_ZSTEPS "Z шаг/mm:"
|
||||
#define MSG_ESTEPS "E шаг/mm:"
|
||||
#define MSG_RECTRACT "Откат подачи \x7E"
|
||||
#define MSG_TEMPERATURE "Температура \x7E"
|
||||
#define MSG_MOTION "Скорости \x7E"
|
||||
#define MSG_CONTRAST "LCD contrast"
|
||||
|
|
@ -121,6 +124,7 @@
|
|||
#define MSG_BABYSTEP_Y "Babystep Y"
|
||||
#define MSG_BABYSTEP_Z "Babystep Z"
|
||||
#define MSG_ENDSTOP_ABORT "Endstop abort"
|
||||
#define MSG_CONTRAST "Contrast"
|
||||
|
||||
#define MSG_RECTRACT "Откат подачи \x7E"
|
||||
|
||||
#endif // LANGUAGE_RU_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue