@ -151,17 +151,20 @@
# 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_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_UNKNOWN_COMMAND "Unknown command:\""
# define MSG_ACTIVE_EXTRUDER "Active Extruder: "
# define MSG_INVALID_EXTRUDER "Invalid extruder"
# define MSG_X_MIN "x_min:"
# define MSG_X_MAX "x_max:"
# define MSG_Y_MIN "y_min:"
# define MSG_Y_MAX "y_max:"
# define MSG_Z_MIN "z_min:"
# define MSG_Z_MAX "z_max:"
# define MSG_X_MIN "x_min: "
# define MSG_X_MAX "x_max: "
# define MSG_Y_MIN "y_min: "
# define MSG_Y_MAX "y_max: "
# 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 "Cannot open subdir"
# define MSG_SD_INIT_FAIL "SD init fail"
@ -311,12 +314,15 @@
# define MSG_UNKNOWN_COMMAND "Unknown command:\""
# define MSG_ACTIVE_EXTRUDER "Active Extruder: "
# define MSG_INVALID_EXTRUDER "Invalid extruder"
# define MSG_X_MIN "x_min:"
# define MSG_X_MAX "x_max:"
# define MSG_Y_MIN "y_min:"
# define MSG_Y_MAX "y_max:"
# define MSG_Z_MIN "z_min:"
# define MSG_Z_MAX "z_max:"
# define MSG_X_MIN "x_min: "
# define MSG_X_MAX "x_max: "
# define MSG_Y_MIN "y_min: "
# define MSG_Y_MAX "y_max: "
# 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 "Cannot open subdir"
# define MSG_SD_INIT_FAIL "SD init fail"
@ -466,13 +472,15 @@
# define MSG_UNKNOWN_COMMAND "Comando Desconocido:\""
# define MSG_ACTIVE_EXTRUDER "Extrusor Activo: "
# define MSG_INVALID_EXTRUDER "Extrusor Invalido"
# define MSG_X_MIN "x_min:"
# define MSG_X_MAX "x_max:"
# define MSG_Y_MIN "y_min:"
# define MSG_Y_MAX "y_max:"
# define MSG_Z_MIN "z_min:"
# define MSG_Z_MAX "z_max:"
# define MSG_X_MIN "x_min: "
# define MSG_X_MAX "x_max: "
# define MSG_Y_MIN "y_min: "
# define MSG_Y_MAX "y_max: "
# define MSG_Z_MIN "z_min: "
# 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_INIT_FAIL "Fallo al iniciar la SD"
# define MSG_SD_VOL_INIT_FAIL "Fallo al montar el volumen"