Browse Source

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

pull/1/head
Scott Lahteine 9 years ago
committed by Richard Wackerbarth
parent
commit
b825567e0f
  1. 2
      Marlin/Marlin_main.cpp
  2. 2
      Marlin/ultralcd_implementation_hitachi_HD44780.h

2
Marlin/Marlin_main.cpp

@ -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
*
* -----------------

2
Marlin/ultralcd_implementation_hitachi_HD44780.h

@ -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);

Loading…
Cancel
Save