Browse Source

Merge pull request #2 from MarlinFirmware/RCBugFix

Rc bug fix
Silvio 8 years ago
parent
commit
cc4bb5aa09
2 changed files with 14 additions and 12 deletions
  1. 0
    3
      Marlin/fonts/README.fonts
  2. 14
    9
      Marlin/language_nl.h

+ 0
- 3
Marlin/fonts/README.fonts View File

21
     #else // fall-back
21
     #else // fall-back
22
  * Add your font to the list of permitted fonts in 'language_en.h'
22
  * Add your font to the list of permitted fonts in 'language_en.h'
23
     ... || ENABLED(DISPLAY_CHARSET_YOUR_NEW_FONT) ... )
23
     ... || ENABLED(DISPLAY_CHARSET_YOUR_NEW_FONT) ... )
24
-
25
-
26
-Especially the Kana font should be revised by someone who knows what he/she does. I am only a west-European with very little knowledge about this script.

+ 14
- 9
Marlin/language_nl.h View File

38
 #define WELCOME_MSG                         MACHINE_NAME " gereed."
38
 #define WELCOME_MSG                         MACHINE_NAME " gereed."
39
 #define MSG_SD_INSERTED                     "Kaart ingestoken"
39
 #define MSG_SD_INSERTED                     "Kaart ingestoken"
40
 #define MSG_SD_REMOVED                      "Kaart verwijderd"
40
 #define MSG_SD_REMOVED                      "Kaart verwijderd"
41
-#define MSG_MAIN                            "Main"
41
+#define MSG_MAIN                            "Hoofdmenu"
42
 #define MSG_AUTOSTART                       "Autostart"
42
 #define MSG_AUTOSTART                       "Autostart"
43
 #define MSG_DISABLE_STEPPERS                "Motoren uit"
43
 #define MSG_DISABLE_STEPPERS                "Motoren uit"
44
 #define MSG_AUTO_HOME                       "Auto home"
44
 #define MSG_AUTO_HOME                       "Auto home"
153
 #define MSG_BED_Z                           "Bed Z"
153
 #define MSG_BED_Z                           "Bed Z"
154
 #define MSG_A_TRAVEL                        "A-travel"
154
 #define MSG_A_TRAVEL                        "A-travel"
155
 #define MSG_HEATING_FAILED_LCD              "voorverw. fout"
155
 #define MSG_HEATING_FAILED_LCD              "voorverw. fout"
156
-#define MSG_ERR_REDUNDANT_TEMP              "Fout: Redundant temp fout"
157
-#define MSG_THERMAL_RUNAWAY                 "Thermische wegloop"
158
-#define MSG_ERR_MAXTEMP                     "Fout: Max. temp"
159
-#define MSG_ERR_MINTEMP                     "Fout: Min. temp"
160
-#define MSG_ERR_MAXTEMP_BED                 "Fout: Max. temp bed"
161
-#define MSG_ERR_MINTEMP_BED                 "Fout: Min. temp bed"
156
+#define MSG_ERR_REDUNDANT_TEMP              "Redun. temp fout"
157
+#define MSG_THERMAL_RUNAWAY                 "Therm. wegloop"
158
+#define MSG_ERR_MAXTEMP                     "Err: Max. temp"
159
+#define MSG_ERR_MINTEMP                     "Err: Min. temp"
160
+#define MSG_ERR_MAXTEMP_BED                 "Err: Max.tmp bed"
161
+#define MSG_ERR_MINTEMP_BED                 "Err: Min.tmp bed"
162
 #define MSG_HEATING                         "Voorwarmen..."
162
 #define MSG_HEATING                         "Voorwarmen..."
163
-#define MSG_HEATING_COMPLETE                "voorverw. kompleet"
164
-#define MSG_BED_HEATING                     "Bed voorverwarmen"
163
+#define MSG_HEATING_COMPLETE                "Voorverw. kompl."
164
+#define MSG_BED_HEATING                     "Bed voorverw."
165
 #define MSG_BED_DONE                        "Bed is voorverw."
165
 #define MSG_BED_DONE                        "Bed is voorverw."
166
+#define MSG_LEVEL_BED_HOMING                "Homing XYZ"
167
+#define MSG_LEVEL_BED_WAITING               "Klik voor begin"
168
+#define MSG_LEVEL_BED_DONE                  "Bed level kompl."
169
+#define MSG_LEVEL_BED_CANCEL                "Bed level afbr."
170
+#define MSG_HOME_OFFSETS_APPLIED            "H offset toegep."
166
 
171
 
167
 #if ENABLED(DELTA_CALIBRATION_MENU)
172
 #if ENABLED(DELTA_CALIBRATION_MENU)
168
   #define MSG_DELTA_CALIBRATE               "Delta Calibratie"
173
   #define MSG_DELTA_CALIBRATE               "Delta Calibratie"

Loading…
Cancel
Save