Browse Source

Merge pull request #8107 from Bob-the-Kuhn/1.1.x-reduced-font-fix

(bug fix) 1.1.x - save 1400 bytes of FLASH by using reduced font for some languages
Bob-the-Kuhn 7 years ago
parent
commit
7ab9abe4ef
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/language_fr_utf8.h

+ 3
- 3
Marlin/language_fr_utf8.h View File

27
  * See also http://marlinfw.org/docs/development/lcd_language.html
27
  * See also http://marlinfw.org/docs/development/lcd_language.html
28
  *
28
  *
29
  */
29
  */
30
-#ifndef LANGUAGE_FR_H
31
-#define LANGUAGE_FR_H
30
+#ifndef LANGUAGE_FR_UTF_H
31
+#define LANGUAGE_FR_UTF_H
32
 
32
 
33
 #define MAPPER_C2C3
33
 #define MAPPER_C2C3
34
 #define DISPLAY_CHARSET_ISO10646_1
34
 #define DISPLAY_CHARSET_ISO10646_1
341
   #define MSG_FILAMENT_CHANGE_RESUME_1      _UxGT("Reprise...")
341
   #define MSG_FILAMENT_CHANGE_RESUME_1      _UxGT("Reprise...")
342
 #endif // LCD_HEIGHT < 4
342
 #endif // LCD_HEIGHT < 4
343
 
343
 
344
-#endif // LANGUAGE_FR_H
344
+#endif // LANGUAGE_FR_UTF_H

Loading…
Cancel
Save