@ -151,7 +151,7 @@
# define MSG_M115_REPORT "FIRMWARE_NAME:Marlin V1; Sprinter / grbl mashup for gen6 FIRMWARE_URL:" FIRMWARE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) "\n"
# define MSG_M115_REPORT "FIRMWARE_NAME:Marlin V1; Sprinter / grbl mashup for gen6 FIRMWARE_URL:" FIRMWARE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) "\n"
# define MSG_COUNT_X " Count X:"
# define MSG_COUNT_X " Count X:"
# define MSG_ERR_KILLED "Printer halted. kill() called !!"
# define MSG_ERR_KILLED "Printer halted. kill() called !!"
# define MSG_ERR_STOPPED "Printer stopped d e u to errors. Fix the error and use M999 to restart!. (Temperature is reset. Set it before restarting)"
# define MSG_ERR_STOPPED "Printer stopped d ue to errors. Fix the error and use M999 to restart!. (Temperature is reset. Set it before restarting)"
# define MSG_RESEND "Resend:"
# define MSG_RESEND "Resend:"
# define MSG_UNKNOWN_COMMAND "Unknown command:\""
# define MSG_UNKNOWN_COMMAND "Unknown command:\""
# define MSG_ACTIVE_EXTRUDER "Active Extruder: "
# define MSG_ACTIVE_EXTRUDER "Active Extruder: "
@ -162,6 +162,9 @@
# define MSG_Y_MAX "y_max: "
# define MSG_Y_MAX "y_max: "
# define MSG_Z_MIN "z_min: "
# define MSG_Z_MIN "z_min: "
# define MSG_Z_MAX "z_max: "
# define MSG_Z_MAX "z_max: "
# define MSG_M119_REPORT "Reporting endstop status"
# define MSG_ENDSTOP_HIT "TRIGGERED"
# define MSG_ENDSTOP_OPEN "open"
# define MSG_SD_CANT_OPEN_SUBDIR "Cannot open subdir"
# define MSG_SD_CANT_OPEN_SUBDIR "Cannot open subdir"
# define MSG_SD_INIT_FAIL "SD init fail"
# define MSG_SD_INIT_FAIL "SD init fail"
@ -317,6 +320,9 @@
# define MSG_Y_MAX "y_max: "
# define MSG_Y_MAX "y_max: "
# define MSG_Z_MIN "z_min: "
# define MSG_Z_MIN "z_min: "
# define MSG_Z_MAX "z_max: "
# define MSG_Z_MAX "z_max: "
# define MSG_M119_REPORT "Reporting endstop status"
# define MSG_ENDSTOP_HIT "TRIGGERED"
# define MSG_ENDSTOP_OPEN "open"
# define MSG_SD_CANT_OPEN_SUBDIR "Cannot open subdir"
# define MSG_SD_CANT_OPEN_SUBDIR "Cannot open subdir"
# define MSG_SD_INIT_FAIL "SD init fail"
# define MSG_SD_INIT_FAIL "SD init fail"
@ -471,7 +477,9 @@
# define MSG_Y_MIN "y_min: "
# define MSG_Y_MIN "y_min: "
# define MSG_Y_MAX "y_max: "
# define MSG_Y_MAX "y_max: "
# define MSG_Z_MIN "z_min: "
# define MSG_Z_MIN "z_min: "
# define MSG_Z_MAX "z_max:"
# define MSG_M119_REPORT "Reporting endstop status"
# define MSG_ENDSTOP_HIT "TRIGGERED"
# define MSG_ENDSTOP_OPEN "open"
# define MSG_SD_CANT_OPEN_SUBDIR "No se pudo abrir la subcarpeta."
# define MSG_SD_CANT_OPEN_SUBDIR "No se pudo abrir la subcarpeta."
# define MSG_SD_INIT_FAIL "Fallo al iniciar la SD"
# define MSG_SD_INIT_FAIL "Fallo al iniciar la SD"