Browse Source

Merge pull request #134 from tgiphil/Marlin_v1

- Fixed a typo
ErikZalm 13 years ago
parent
commit
2a019a53d2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/language.h

+ 1
- 1
Marlin/language.h View File

262
 	#define MSG_M115_REPORT "FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:http://www.mendel-parts.com PROTOCOL_VERSION:1.0 MACHINE_TYPE:Mendel EXTRUDER_COUNT:1\n"
262
 	#define MSG_M115_REPORT "FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:http://www.mendel-parts.com PROTOCOL_VERSION:1.0 MACHINE_TYPE:Mendel EXTRUDER_COUNT:1\n"
263
 	#define MSG_COUNT_X " Count X:"
263
 	#define MSG_COUNT_X " Count X:"
264
 	#define MSG_ERR_KILLED "Printer halted. kill() called !!"
264
 	#define MSG_ERR_KILLED "Printer halted. kill() called !!"
265
-	#define MSG_ERR_STOPPED "Printer stopped deu to errors. Fix the error and use M999 to restart!"
265
+	#define MSG_ERR_STOPPED "Printer stopped due to errors. Fix the error and use M999 to restart!"
266
 	#define MSG_RESEND "Resend:"
266
 	#define MSG_RESEND "Resend:"
267
 	#define MSG_UNKNOWN_COMMAND "Unknown command:\""
267
 	#define MSG_UNKNOWN_COMMAND "Unknown command:\""
268
 	#define MSG_ACTIVE_EXTRUDER "Active Extruder: "
268
 	#define MSG_ACTIVE_EXTRUDER "Active Extruder: "

Loading…
Cancel
Save