Merge Marlin 1.1.8
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
|
||||
#define MAPPER_D0D1 // For Cyrillic
|
||||
#define DISPLAY_CHARSET_ISO10646_5
|
||||
#define CHARSIZE 2
|
||||
|
||||
#define WELCOME_MSG MACHINE_NAME _UxGT(" готовий.")
|
||||
#define MSG_SD_INSERTED _UxGT("Картка вставлена")
|
||||
@@ -45,7 +44,6 @@
|
||||
#define MSG_AUTO_HOME_X _UxGT("Паркування X")
|
||||
#define MSG_AUTO_HOME_Y _UxGT("Паркування Y")
|
||||
#define MSG_AUTO_HOME_Z _UxGT("Паркування Z")
|
||||
#define MSG_TMC_Z_CALIBRATION _UxGT("Калібрування Z")
|
||||
#define MSG_LEVEL_BED_HOMING _UxGT("Паркування XYZ")
|
||||
#define MSG_LEVEL_BED_WAITING _UxGT("Почати")
|
||||
#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Слідуюча Точка")
|
||||
@@ -98,15 +96,9 @@
|
||||
#define MSG_SELECT _UxGT("Вибрати")
|
||||
#define MSG_ACC _UxGT("Приск.")
|
||||
#define MSG_JERK _UxGT("Ривок")
|
||||
#if IS_KINEMATIC
|
||||
#define MSG_VA_JERK _UxGT("Va-ривок")
|
||||
#define MSG_VB_JERK _UxGT("Vb-ривок")
|
||||
#define MSG_VC_JERK _UxGT("Vc-ривок")
|
||||
#else
|
||||
#define MSG_VA_JERK _UxGT("Vx-ривок")
|
||||
#define MSG_VB_JERK _UxGT("Vy-ривок")
|
||||
#define MSG_VC_JERK _UxGT("Vz-ривок")
|
||||
#endif
|
||||
#define MSG_VX_JERK _UxGT("Vx-ривок")
|
||||
#define MSG_VY_JERK _UxGT("Vy-ривок")
|
||||
#define MSG_VZ_JERK _UxGT("Vz-ривок")
|
||||
#define MSG_VE_JERK _UxGT("Ve-ривок")
|
||||
#define MSG_VMAX _UxGT("Vмакс")
|
||||
#define MSG_VMIN _UxGT("Vмін")
|
||||
@@ -115,15 +107,9 @@
|
||||
#define MSG_A_RETRACT _UxGT("A-втягув.")
|
||||
#define MSG_A_TRAVEL _UxGT("A-руху")
|
||||
#define MSG_STEPS_PER_MM _UxGT("Кроків/мм")
|
||||
#if IS_KINEMATIC
|
||||
#define MSG_ASTEPS _UxGT("Aкроків/мм")
|
||||
#define MSG_BSTEPS _UxGT("Bкроків/мм")
|
||||
#define MSG_CSTEPS _UxGT("Cкроків/мм")
|
||||
#else
|
||||
#define MSG_ASTEPS _UxGT("Xкроків/мм")
|
||||
#define MSG_BSTEPS _UxGT("Yкроків/мм")
|
||||
#define MSG_CSTEPS _UxGT("Zкроків/мм")
|
||||
#endif
|
||||
#define MSG_XSTEPS _UxGT("Xкроків/мм")
|
||||
#define MSG_YSTEPS _UxGT("Yкроків/мм")
|
||||
#define MSG_ZSTEPS _UxGT("Zкроків/мм")
|
||||
#define MSG_ESTEPS _UxGT("Eкроків/мм")
|
||||
#define MSG_E1STEPS _UxGT("E1кроків/мм")
|
||||
#define MSG_E2STEPS _UxGT("E2кроків/мм")
|
||||
@@ -150,6 +136,7 @@
|
||||
#define MSG_NO_CARD _UxGT("Відсутня SD карт.")
|
||||
#define MSG_DWELL _UxGT("Сплячка...")
|
||||
#define MSG_USERWAIT _UxGT("Очікування дій...")
|
||||
#define MSG_RESUMING _UxGT("Відновлення друку")
|
||||
#define MSG_PRINT_ABORTED _UxGT("Друк скасовано")
|
||||
#define MSG_NO_MOVE _UxGT("Немає руху.")
|
||||
#define MSG_KILLED _UxGT("ПЕРЕРВАНО. ")
|
||||
@@ -169,14 +156,16 @@
|
||||
#define MSG_ENDSTOP_ABORT _UxGT("невдача кінцевика")
|
||||
#define MSG_HEATING_FAILED_LCD _UxGT("Невдалий нагрів")
|
||||
#define MSG_THERMAL_RUNAWAY _UxGT("ЗБІЙ ТЕМПЕРАТУРИ")
|
||||
#define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
|
||||
#define MSG_ERR_Z_HOMING _UxGT("G28 Z Відмовлено")
|
||||
#define MSG_HALTED _UxGT("ПРИНТЕР ЗУПИНЕНО")
|
||||
#define MSG_PLEASE_RESET _UxGT("Перезавантажте")
|
||||
#define MSG_SHORT_DAY _UxGT("д") // One character only
|
||||
#define MSG_SHORT_HOUR _UxGT("г") // One character only
|
||||
#define MSG_SHORT_MINUTE _UxGT("х") // One character only
|
||||
#define MSG_HEATING _UxGT("Нагрівання...")
|
||||
#define MSG_BED_HEATING _UxGT("Нагрівання столу...")
|
||||
#define MSG_HEATING_COMPLETE _UxGT("Нагріто.")
|
||||
#define MSG_BED_HEATING _UxGT("Нагрівання столу.")
|
||||
#define MSG_BED_DONE _UxGT("Стіл нагрітий.")
|
||||
#define MSG_DELTA_CALIBRATE _UxGT("Калібр. Delta")
|
||||
#define MSG_DELTA_CALIBRATE_X _UxGT("Калібрування X")
|
||||
#define MSG_DELTA_CALIBRATE_Y _UxGT("Калібрування Y")
|
||||
@@ -215,6 +204,9 @@
|
||||
#define MSG_DAC_PERCENT _UxGT("% мотору")
|
||||
#define MSG_DAC_EEPROM_WRITE _UxGT("Запис ЦАП на ПЗП")
|
||||
|
||||
#define MSG_FILAMENT_CHANGE_HEADER _UxGT("PRINT PAUSED")
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("RESUME OPTIONS:")
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE _UxGT("Екструдувати")
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Відновити друк")
|
||||
|
||||
#if LCD_HEIGHT >= 4
|
||||
@@ -229,6 +221,9 @@
|
||||
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("продовження...")
|
||||
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Зачекайте на")
|
||||
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("ввід волокна")
|
||||
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Зачекайте на")
|
||||
#define MSG_FILAMENT_CHANGE_EXTRUDE_2 _UxGT("екструзію")
|
||||
#define MSG_FILAMENT_CHANGE_EXTRUDE_3 _UxGT("волокна")
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Зачекайте на")
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("відновлення")
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_3 _UxGT("друку")
|
||||
@@ -238,6 +233,7 @@
|
||||
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Вивід...")
|
||||
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Вставте і нат.")
|
||||
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Ввід...")
|
||||
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Екструзія...")
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Відновлення...")
|
||||
#endif // LCD_HEIGHT < 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user