Drop www. from marlinfirmware.org (PR#175)

This commit is contained in:
Scott Lahteine 2015-09-12 23:49:35 -07:00 committed by Richard Wackerbarth
parent 42e381f8e2
commit b825567e0f
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
* - http://objects.reprap.org/wiki/Mendel_User_Manual:_RepRapGCodes
*
* Help us document these G-codes online:
* - http://www.marlinfirmware.org/index.php/G-Code
* - http://marlinfirmware.org/index.php/G-Code
* - http://reprap.org/wiki/G-code
*
* -----------------

View File

@ -486,7 +486,7 @@ unsigned lcd_print(char c) { return charset_mapper(c); }
lcd.setCursor(TEXT_SCREEN_LOGO_SHIFT, 1); lcd_printPGM(PSTR("|Marlin|"));
lcd.setCursor(TEXT_SCREEN_LOGO_SHIFT, 2); lcd.print('\x02'); lcd_printPGM(PSTR( "------" )); lcd.print('\x03');
lcd_scroll(0, 3, PSTR("www.marlinfirmware.org"), LCD_WIDTH, 3000);
lcd_scroll(0, 3, PSTR("marlinfirmware.org"), LCD_WIDTH, 3000);
#ifdef STRING_SPLASH_LINE1
lcd_erase_line(3);