M115 update
This commit is contained in:
parent
e7ad81e159
commit
d85a8077a8
12 changed files with 17 additions and 41 deletions
Firmware
|
@ -1115,11 +1115,6 @@ const char * const MSG_M109_INVALID_EXTRUDER_LANG_TABLE[1] PROGMEM = {
|
|||
MSG_M109_INVALID_EXTRUDER_EN
|
||||
};
|
||||
|
||||
const char MSG_M115_REPORT_EN[] PROGMEM = "FIRMWARE_NAME:Marlin V1.0.2; Sprinter/grbl mashup for gen6 FIRMWARE_URL:https://github.com/prusa3d/Prusa-i3-Plus/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:" CUSTOM_MENDEL_NAME " EXTRUDER_COUNT:1 UUID:00000000-0000-0000-0000-000000000000\n";
|
||||
const char * const MSG_M115_REPORT_LANG_TABLE[1] PROGMEM = {
|
||||
MSG_M115_REPORT_EN
|
||||
};
|
||||
|
||||
const char MSG_M117_V2_CALIBRATION_EN[] PROGMEM = "M117 First layer cal.";
|
||||
const char MSG_M117_V2_CALIBRATION_CZ[] PROGMEM = "M117 Kal. prvni vrstvy";
|
||||
const char * const MSG_M117_V2_CALIBRATION_LANG_TABLE[LANG_NUM] PROGMEM = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue