File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 425
425
* Show banner text at the top of the TFT in Marlin Mode.
426
426
* Options: [disable: 0, enable: 1]
427
427
*/
428
- #define MARLIN_SHOW_TITLE 1 // Default: 1
428
+ #define MARLIN_SHOW_TITLE 0 // Default: 0
429
429
430
430
/**
431
431
* Marlin Mode Title
Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ serial_always_on:0
449
449
marlin_background_color:1
450
450
451
451
# # Marlin Mode font color
452
- marlin_font_color:8
452
+ marlin_font_color:0
453
453
454
454
# ### Fullscreen Marlin Mode
455
455
# Run Marlin Mode in fullscreen.
@@ -462,7 +462,7 @@ marlin_fullscreen:0
462
462
# ### Show Marlin Mode Title
463
463
# Show banner text at the top of the TFT in Marlin Mode.
464
464
# Options: [disable: 0, enable: 1]
465
- marlin_show_title:1
465
+ marlin_show_title:0
466
466
467
467
# ### Marlin Mode Title
468
468
# Banner text displayed at the top of the TFT in Marlin Mode.
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ serial_always_on:1
412
412
marlin_background_color:1
413
413
414
414
# # Marlin Mode font color
415
- marlin_font_color:8
415
+ marlin_font_color:0
416
416
417
417
# ### Fullscreen Marlin Mode
418
418
# Run Marlin Mode in fullscreen.
You can’t perform that action at this time.
0 commit comments