Fix small font section directive, mixer warning

This commit is contained in:
Scott Lahteine
2020-10-06 19:17:18 -05:00
parent 6de179eb7d
commit f1e563d8cf
2 changed files with 2 additions and 2 deletions

View File

@@ -758,7 +758,7 @@ void MarlinUI::draw_status_screen() {
// Two-component mix / gradient instead of XY
char mixer_messages[12];
char mixer_messages[15];
PGM_P mix_label;
#if ENABLED(GRADIENT_MIX)
if (mixer.gradient.enabled) {