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.
This commit is contained in:
Roxy-3D 2017-05-13 15:14:03 -05:00 committed by GitHub
parent 2da4398fb5
commit 15040821e0
2 changed files with 2 additions and 2 deletions

View File

@ -1271,7 +1271,7 @@
//
// ULTIPANEL as seen on Thingiverse.
//
#define ULTIPANEL
//#define ULTIPANEL
//
// Cartesio UI

View File

@ -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