Skip to content

Commit

Permalink
🚸 Update Marlin Mode defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed May 18, 2024
1 parent 48f4dad commit 29c73c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TFT/src/User/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
* Show banner text at the top of the TFT in Marlin Mode.
* Options: [disable: 0, enable: 1]
*/
#define MARLIN_SHOW_TITLE 1 // Default: 1
#define MARLIN_SHOW_TITLE 0 // Default: 0

/**
* Marlin Mode Title
Expand Down
4 changes: 2 additions & 2 deletions TFT/src/User/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ serial_always_on:0
marlin_background_color:1

## Marlin Mode font color
marlin_font_color:8
marlin_font_color:0

#### Fullscreen Marlin Mode
# Run Marlin Mode in fullscreen.
Expand All @@ -462,7 +462,7 @@ marlin_fullscreen:0
#### Show Marlin Mode Title
# Show banner text at the top of the TFT in Marlin Mode.
# Options: [disable: 0, enable: 1]
marlin_show_title:1
marlin_show_title:0

#### Marlin Mode Title
# Banner text displayed at the top of the TFT in Marlin Mode.
Expand Down
2 changes: 1 addition & 1 deletion TFT/src/User/config_rrf.ini
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ serial_always_on:1
marlin_background_color:1

## Marlin Mode font color
marlin_font_color:8
marlin_font_color:0

#### Fullscreen Marlin Mode
# Run Marlin Mode in fullscreen.
Expand Down

0 comments on commit 29c73c2

Please sign in to comment.