From 15040821e05d2f4727baf93e7fe8b338c3b3af32 Mon Sep 17 00:00:00 2001 From: Roxy-3D Date: Sat, 13 May 2017 15:14:03 -0500 Subject: [PATCH] Setup FolgerTech-i3-2020 files better for the user (#6724) UltiPanel was enabled, but technically, it is a REPRAP_DISCOUNT_SMART_CONTROLLER Either configuration works on the machine. But we want it 'Right'. Setup the Proportional Font spacing so columns line up nicer on PronterFace and Repetier Host. --- .../example_configurations/FolgerTech-i3-2020/Configuration.h | 2 +- .../FolgerTech-i3-2020/Configuration_adv.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/example_configurations/FolgerTech-i3-2020/Configuration.h b/Marlin/example_configurations/FolgerTech-i3-2020/Configuration.h index 1c473e035..268afb71f 100644 --- a/Marlin/example_configurations/FolgerTech-i3-2020/Configuration.h +++ b/Marlin/example_configurations/FolgerTech-i3-2020/Configuration.h @@ -1271,7 +1271,7 @@ // // ULTIPANEL as seen on Thingiverse. // -#define ULTIPANEL +//#define ULTIPANEL // // Cartesio UI diff --git a/Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h b/Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h index b818e90f1..62025ff15 100644 --- a/Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h +++ b/Marlin/example_configurations/FolgerTech-i3-2020/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