Skip to content

Commit 4ccf7c5

Browse files
committed
Merge pull request #2196 from AnHardt/102
Update version strings to 1.0.2
2 parents 9f4201b + 788cb98 commit 4ccf7c5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Marlin/Marlin_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#include <SPI.h>
6262
#endif
6363

64-
#define VERSION_STRING "1.0.0"
64+
#define VERSION_STRING "1.0.2"
6565

6666
// look here for descriptions of G-codes: http://linuxcnc.org/handbook/gcode/g-code.html
6767
// http://objects.reprap.org/wiki/Mendel_User_Manual:_RepRapGCodes

Marlin/dogm_lcd_implementation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ static void lcd_implementation_init()
126126
u8g.setFont(u8g_font_6x10_marlin);
127127
u8g.drawStr(62,10,"MARLIN");
128128
u8g.setFont(u8g_font_5x8);
129-
u8g.drawStr(62,19,"V1.0.0 RC2-mm");
129+
u8g.drawStr(62,19,"V1.0.2");
130130
u8g.setFont(u8g_font_6x10_marlin);
131131
u8g.drawStr(62,28,"by ErikZalm");
132132
u8g.drawStr(62,41,"DOGM128 LCD");

Marlin/language.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
#define MSG_HEATING_COMPLETE "Heating done."
108108
#define MSG_BED_HEATING "Bed Heating."
109109
#define MSG_BED_DONE "Bed done."
110-
#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) " UUID:" MACHINE_UUID "\n"
110+
#define MSG_M115_REPORT "FIRMWARE_NAME:Marlin V1.0.2; Sprinter/grbl mashup for gen6 FIRMWARE_URL:" FIRMWARE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) " UUID:" MACHINE_UUID "\n"
111111
#define MSG_COUNT_X " Count X: "
112112
#define MSG_ERR_KILLED "Printer halted. kill() called!"
113113
#define MSG_ERR_STOPPED "Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ __Google Hangout:__ <a href="https://plus.google.com/hangouts/_/gxn3wrea5gdhoo22
2727
The current Marlin dev team consists of:
2828

2929
- Scott Lahteine [@thinkyhead] - English
30-
- Andreas Hardtung [@AnHardt]
31-
- [@Wurstnase]
30+
- Andreas Hardtung [@AnHardt] - Deutsch, English
31+
- [@Wurstnase] - Deutsch, English
3232
- [@fmalpartida] - English, Spanish
33-
- [@CONSULitAS]
33+
- [@CONSULitAS] - Deutsch, English
3434
- [@maverikou]
3535
- Chris Palmer [@nophead]
3636
- [@paclema]

0 commit comments

Comments
 (0)