My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

language_cn.h 7.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. /**
  2. * Chinese
  3. *
  4. * LCD Menu Messages
  5. * Se also documentation/LCDLanguageFont.md
  6. *
  7. */
  8. #ifndef LANGUAGE_CN_H
  9. #define LANGUAGE_CN_H
  10. #define MAPPER_NON // For direct ascii codes
  11. #define DISPLAY_CHARSET_ISO10646_CN
  12. #define WELCOME_MSG "\xa4\xa5\xa6\xa7"
  13. #define MSG_SD_INSERTED "\xa8\xa9\xaa\xab"
  14. #define MSG_SD_REMOVED "\xa8\xa9\xac\xad"
  15. #define MSG_MAIN "\xae\xaf\xb0"
  16. #define MSG_AUTOSTART "\xb1\xb2\xb3\xb4"
  17. #define MSG_DISABLE_STEPPERS "\xb5\xb6\xb7\xb8\xb9\xba"
  18. #define MSG_AUTO_HOME "\xbb\xbc\xbd"
  19. #define MSG_LEVEL_BED_HOMING "Homing"
  20. #define MSG_SET_HOME_OFFSETS "\xbe\xbf\xbb\xbc\xbd\xc0\xc1"
  21. #define MSG_SET_ORIGIN "\xbe\xbf\xbc\xbd"
  22. #define MSG_PREHEAT_PLA "\xc3\xc4 PLA"
  23. #define MSG_PREHEAT_PLA_N MSG_PREHEAT_PLA " "
  24. #define MSG_PREHEAT_PLA_ALL MSG_PREHEAT_PLA " \xc5\xc6"
  25. #define MSG_PREHEAT_PLA_BEDONLY MSG_PREHEAT_PLA " \xc4\xc7"
  26. #define MSG_PREHEAT_PLA_SETTINGS MSG_PREHEAT_PLA " \xbe\xbf"
  27. #define MSG_PREHEAT_ABS "\xc3\xc4 ABS"
  28. #define MSG_PREHEAT_ABS_N MSG_PREHEAT_ABS " "
  29. #define MSG_PREHEAT_ABS_ALL MSG_PREHEAT_ABS " \xc5\xc6"
  30. #define MSG_PREHEAT_ABS_BEDONLY MSG_PREHEAT_ABS " \xbe\xc6"
  31. #define MSG_PREHEAT_ABS_SETTINGS MSG_PREHEAT_ABS " \xbe\xbf"
  32. #define MSG_COOLDOWN "\xc8\xc9"
  33. #define MSG_SWITCH_PS_ON "\xb9\xcb\xca\xb3"
  34. #define MSG_SWITCH_PS_OFF "\xb9\xcb\xb5\xb6"
  35. #define MSG_EXTRUDE "\xcc\xad"
  36. #define MSG_RETRACT "\xbb\xcd"
  37. #define MSG_MOVE_AXIS "\xc1\xb2\xce"
  38. #define MSG_LEVEL_BED "\xcf\xe0\xc4\xc7"
  39. #define MSG_MOVE_X "\xc1\xb2 X"
  40. #define MSG_MOVE_Y "\xc1\xb2 Y"
  41. #define MSG_MOVE_Z "\xc1\xb2 Z"
  42. #define MSG_MOVE_E "\xcc\xad\xba"
  43. #define MSG_MOVE_01MM "\xc1\xb2 0.1mm"
  44. #define MSG_MOVE_1MM "\xc1\xb2 1mm"
  45. #define MSG_MOVE_10MM "\xc1\xb2 10mm"
  46. #define MSG_SPEED "\xd1\xd2"
  47. #define MSG_NOZZLE "\xd3\xd4"
  48. #define MSG_BED "\xc4\xc7"
  49. #define MSG_FAN_SPEED "\xd5\xd6\xd1\xd2"
  50. #define MSG_FLOW "\xcc\xad\xd1\xd2"
  51. #define MSG_CONTROL "\xd8\xd9"
  52. #define MSG_MIN LCD_STR_THERMOMETER " \xda\xdb"
  53. #define MSG_MAX LCD_STR_THERMOMETER " \xda\xdc"
  54. #define MSG_FACTOR LCD_STR_THERMOMETER " \xdd\xde"
  55. #define MSG_AUTOTEMP "\xb1\xb2\xd8\xc9"
  56. #define MSG_ON "\xb3 " // intentional space to shift wide symbol to the left
  57. #define MSG_OFF "\xb5 " // intentional space to shift wide symbol to the left
  58. #define MSG_PID_P "PID-P"
  59. #define MSG_PID_I "PID-I"
  60. #define MSG_PID_D "PID-D"
  61. #define MSG_PID_C "PID-C"
  62. #define MSG_ACC "Accel"
  63. #define MSG_VXY_JERK "Vxy-jerk"
  64. #define MSG_VZ_JERK "Vz-jerk"
  65. #define MSG_VE_JERK "Ve-jerk"
  66. #define MSG_VMAX "Vmax "
  67. #define MSG_X "x"
  68. #define MSG_Y "y"
  69. #define MSG_Z "z"
  70. #define MSG_E "e"
  71. #define MSG_VMIN "Vmin"
  72. #define MSG_VTRAV_MIN "VTrav min"
  73. #define MSG_AMAX "Amax "
  74. #define MSG_A_RETRACT "A-retract"
  75. #define MSG_A_TRAVEL "A-travel"
  76. #define MSG_XSTEPS "Xsteps/mm"
  77. #define MSG_YSTEPS "Ysteps/mm"
  78. #define MSG_ZSTEPS "Zsteps/mm"
  79. #define MSG_ESTEPS "Esteps/mm"
  80. #define MSG_TEMPERATURE "\xc9\xd2"
  81. #define MSG_MOTION "\xdf\xb2"
  82. #define MSG_VOLUMETRIC "Filament"
  83. #define MSG_VOLUMETRIC_ENABLED "E in mm3"
  84. #define MSG_FILAMENT_DIAM "Fil. Dia."
  85. #define MSG_CONTRAST "LCD contrast"
  86. #define MSG_STORE_EPROM "Store memory"
  87. #define MSG_LOAD_EPROM "Load memory"
  88. #define MSG_RESTORE_FAILSAFE "Restore failsafe"
  89. #define MSG_REFRESH "Refresh"
  90. #define MSG_WATCH "\xec\xed\xee\xef"
  91. #define MSG_PREPARE "\xa4\xa5"
  92. #define MSG_TUNE "\xcf\xf0"
  93. #define MSG_PAUSE_PRINT "\xf1\xf2\xca\xf3"
  94. #define MSG_RESUME_PRINT "\xf4\xf5\xca\xf3"
  95. #define MSG_STOP_PRINT "\xf2\xf6\xca\xf3"
  96. #define MSG_CARD_MENU "\xaf\xb0"
  97. #define MSG_NO_CARD "\xf9\xa8"
  98. #define MSG_DWELL "Sleep..."
  99. #define MSG_USERWAIT "Wait for user..."
  100. #define MSG_RESUMING "Resuming print"
  101. #define MSG_PRINT_ABORTED "Print aborted"
  102. #define MSG_NO_MOVE "No move."
  103. #define MSG_KILLED "KILLED. "
  104. #define MSG_STOPPED "STOPPED. "
  105. #define MSG_CONTROL_RETRACT "Retract mm"
  106. #define MSG_CONTROL_RETRACT_SWAP "Swap Re.mm"
  107. #define MSG_CONTROL_RETRACTF "Retract V"
  108. #define MSG_CONTROL_RETRACT_ZLIFT "Hop mm"
  109. #define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
  110. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "S UnRet+mm"
  111. #define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
  112. #define MSG_AUTORETRACT "AutoRetr."
  113. #define MSG_FILAMENTCHANGE "Change filament"
  114. #define MSG_INIT_SDCARD "Init. SD card"
  115. #define MSG_CNG_SDCARD "Change SD card"
  116. #define MSG_ZPROBE_OUT "Z probe out. bed"
  117. #define MSG_POSITION_UNKNOWN "Home X/Y before Z"
  118. #define MSG_ZPROBE_ZOFFSET "Z Offset"
  119. #define MSG_BABYSTEP_X "Babystep X"
  120. #define MSG_BABYSTEP_Y "Babystep Y"
  121. #define MSG_BABYSTEP_Z "Babystep Z"
  122. #define MSG_ENDSTOP_ABORT "Endstop abort"
  123. #define MSG_HEATING_FAILED_LCD "Heating failed"
  124. #define MSG_ERR_REDUNDANT_TEMP "Err: REDUNDANT TEMP ERROR"
  125. #define MSG_THERMAL_RUNAWAY "THERMAL RUNAWAY"
  126. #define MSG_ERR_MAXTEMP "Err: MAXTEMP"
  127. #define MSG_ERR_MINTEMP "Err: MINTEMP"
  128. #define MSG_ERR_MAXTEMP_BED "Err: MAXTEMP BED"
  129. #define MSG_END_HOUR "hours"
  130. #define MSG_END_MINUTE "minutes"
  131. #if ENABLED(DELTA_CALIBRATION_MENU)
  132. #define MSG_DELTA_CALIBRATE "Delta Calibration"
  133. #define MSG_DELTA_CALIBRATE_X "Calibrate X"
  134. #define MSG_DELTA_CALIBRATE_Y "Calibrate Y"
  135. #define MSG_DELTA_CALIBRATE_Z "Calibrate Z"
  136. #define MSG_DELTA_CALIBRATE_CENTER "Calibrate Center"
  137. #endif // DELTA_CALIBRATION_MENU
  138. #endif // LANGUAGE_CN_H