Browse Source

✏️ Fix Unicode (#23186)

vanilla_fb_2.0.x
Keith Bennett 2 years ago
committed by Scott Lahteine
parent
commit
0f7f709aad
  1. 2
      Marlin/Configuration_adv.h

2
Marlin/Configuration_adv.h

@ -1632,7 +1632,7 @@
//#define STATUS_ALT_FAN_BITMAP // Use the alternative fan bitmap
//#define STATUS_FAN_FRAMES 3 // :[0,1,2,3,4] Number of fan animation frames
//#define STATUS_HEAT_PERCENT // Show heating in a progress bar
//#define BOOT_MARLIN_LOGO_ANIMATED // Animated Marlin logo. Costs ~3260 (or ~940) bytes of PROGMEM.
//#define BOOT_MARLIN_LOGO_ANIMATED // Animated Marlin logo. Costs ~3260 (or ~940) bytes of PROGMEM.
// Frivolous Game Options
//#define MARLIN_BRICKOUT

Loading…
Cancel
Save