File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" );
Original file line number Diff line number Diff line change 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)"
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ __Google Hangout:__ <a href="https://plus.google.com/hangouts/_/gxn3wrea5gdhoo22
2727The 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 ]
You can’t perform that action at this time.
0 commit comments