From d5bfbf5a59d09a00d2513678846af89904fec94d Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 25 Jun 2015 14:15:47 +0200 Subject: [PATCH 1/2] Added correct dutch translation for calibrate. --- Marlin/language_nl.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Marlin/language_nl.h b/Marlin/language_nl.h index 4e1ea6de7..8211ca8d6 100644 --- a/Marlin/language_nl.h +++ b/Marlin/language_nl.h @@ -101,7 +101,7 @@ #define MSG_DWELL "Slapen..." #define MSG_USERWAIT "Wachten..." #define MSG_RESUMING "Print hervatten" -#define MSG_PRINT_ABORTED "Print aborted" +#define MSG_PRINT_ABORTED "Print afgebroken" #define MSG_NO_MOVE "Geen beweging." #define MSG_KILLED "AFGEBROKEN. " #define MSG_STOPPED "GESTOPT. " @@ -127,11 +127,11 @@ #define MSG_END_MINUTE "minutes" #ifdef DELTA_CALIBRATION_MENU - #define MSG_DELTA_CALIBRATE "Delta Calibration" - #define MSG_DELTA_CALIBRATE_X "Calibrate X" - #define MSG_DELTA_CALIBRATE_Y "Calibrate Y" - #define MSG_DELTA_CALIBRATE_Z "Calibrate Z" - #define MSG_DELTA_CALIBRATE_CENTER "Calibrate Center" + #define MSG_DELTA_CALIBRATE "Delta Calibratie" + #define MSG_DELTA_CALIBRATE_X "Kalibreer X" + #define MSG_DELTA_CALIBRATE_Y "Kalibreer Y" + #define MSG_DELTA_CALIBRATE_Z "Kalibreer Z" + #define MSG_DELTA_CALIBRATE_CENTER "Kalibreer Midden" #endif // DELTA_CALIBRATION_MENU #endif // LANGUAGE_NL_H From b8b5762e55dc6883cf669607e026e7a867cd553c Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 25 Jun 2015 14:16:43 +0200 Subject: [PATCH 2/2] Update Ultimaker URL --- Marlin/language.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/language.h b/Marlin/language.h index c852693b6..eb20a5b92 100644 --- a/Marlin/language.h +++ b/Marlin/language.h @@ -46,7 +46,7 @@ #if MB(ULTIMAKER)|| MB(ULTIMAKER_OLD)|| MB(ULTIMAIN_2) #define MACHINE_NAME "Ultimaker" - #define SOURCE_CODE_URL "http://firmware.ultimaker.com" + #define SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin" #elif MB(RUMBA) #define MACHINE_NAME "Rumba" #elif MB(3DRAG)