Parcourir la source

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

Scott Lahteine il y a 8 ans
Parent
révision
b825567e0f
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1
    1
      Marlin/Marlin_main.cpp
  2. 1
    1
      Marlin/ultralcd_implementation_hitachi_HD44780.h

+ 1
- 1
Marlin/Marlin_main.cpp Voir le fichier

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

+ 1
- 1
Marlin/ultralcd_implementation_hitachi_HD44780.h Voir le fichier

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

Chargement…
Annuler
Enregistrer