[1.1.x] Reset LCD status to fallbacks (#10467)
* Remove obsolete strings * Tweak some static consts * Reset LCD status to fallbacks When paused, "Print paused..." When SD printing, the filename When host printing, "Printing..." When idle, "MyPrinter ready."
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
#define MSG_MOVE_AXIS _UxGT("ジクイドウ") // "Move axis"
|
||||
#define MSG_BED_LEVELING _UxGT("ベッドレベリング") // "Bed leveling"
|
||||
#define MSG_LEVEL_BED _UxGT("ベッドレベリング") // "Level bed"
|
||||
#define MSG_MOVING _UxGT("イドウチュウ") // "Moving..."
|
||||
#define MSG_MOVING _UxGT("イドウチュウ...") // "Moving..."
|
||||
#define MSG_FREE_XY _UxGT("XYジク カイホウ") // "Free XY"
|
||||
#define MSG_MOVE_X _UxGT("Xジク イドウ") // "Move X"
|
||||
#define MSG_MOVE_Y _UxGT("Yジク イドウ") // "Move Y"
|
||||
@@ -142,9 +142,8 @@
|
||||
#define MSG_STOP_PRINT _UxGT("プリントテイシ") // "Stop print"
|
||||
#define MSG_CARD_MENU _UxGT("SDカードカラプリント") // "Print from SD"
|
||||
#define MSG_NO_CARD _UxGT("SDカードガアリマセン") // "No SD card"
|
||||
#define MSG_DWELL _UxGT("キュウシ") // "Sleep..."
|
||||
#define MSG_USERWAIT _UxGT("シバラクオマチクダサイ") // "Wait for user..."
|
||||
#define MSG_RESUMING _UxGT("プリントサイカイ") // "Resuming print"
|
||||
#define MSG_DWELL _UxGT("キュウシ...") // "Sleep..."
|
||||
#define MSG_USERWAIT _UxGT("シバラクオマチクダサイ...") // "Wait for user..."
|
||||
#define MSG_PRINT_ABORTED _UxGT("プリントガチュウシサレマシタ") // "Print aborted"
|
||||
#define MSG_NO_MOVE _UxGT("ウゴキマセン") // "No move."
|
||||
#define MSG_KILLED _UxGT("ヒジョウテイシ") // "KILLED. "
|
||||
@@ -183,10 +182,8 @@
|
||||
#define MSG_SHORT_DAY _UxGT("d") // One character only
|
||||
#define MSG_SHORT_HOUR _UxGT("h") // One character only
|
||||
#define MSG_SHORT_MINUTE _UxGT("m") // One character only
|
||||
#define MSG_HEATING _UxGT("カネツチュウ") // "Heating..."
|
||||
#define MSG_HEATING_COMPLETE _UxGT("カネツカンリョウ") // "Heating done."
|
||||
#define MSG_BED_HEATING _UxGT("ベッド カネツチュウ") // "Bed Heating."
|
||||
#define MSG_BED_DONE _UxGT("ベッド カネツカンリョウ") // "Bed done."
|
||||
#define MSG_HEATING _UxGT("カネツチュウ...") // "Heating..."
|
||||
#define MSG_BED_HEATING _UxGT("ベッド カネツチュウ...") // "Bed Heating..."
|
||||
#define MSG_DELTA_CALIBRATE _UxGT("デルタ コウセイ") // "Delta Calibration"
|
||||
#define MSG_DELTA_CALIBRATE_X _UxGT("Xジク コウセイ") // "Calibrate X"
|
||||
#define MSG_DELTA_CALIBRATE_Y _UxGT("Yジク コウセイ") // "Calibrate Y"
|
||||
|
||||
Reference in New Issue
Block a user