From 40d95a4e23a3207b11f13ebbdebc4a96a70d99c5 Mon Sep 17 00:00:00 2001
From: Roxy-3D <Roxy-3D@users.noreply.github.com>
Date: Sat, 13 May 2017 16:33:04 -0500
Subject: [PATCH] Update the gMax files to display better with Proportional
 Fonts (#6727)

Update the gMax files to display better with Proportional Fonts
---
 .../example_configurations/gCreate_gMax1.5+/Configuration_adv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h b/Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h
index 3f38210b54..52bc16cbcf 100644
--- a/Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h
+++ b/Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h
@@ -1173,6 +1173,6 @@
  * For clients that use a fixed-width font (like OctoPrint), leave this at 1.0; otherwise, adjust
  * accordingly for your client and font.
  */
-#define PROPORTIONAL_FONT_RATIO 1.0
+#define PROPORTIONAL_FONT_RATIO 1.5
 
 #endif // CONFIGURATION_ADV_H
-- 
GitLab