Browse Source

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.
Roxy-3D 8 years ago
parent
commit
15040821e0

+ 1
- 1
Marlin/example_configurations/FolgerTech-i3-2020/Configuration.h View File

@@ -1271,7 +1271,7 @@
1271 1271
 //
1272 1272
 // ULTIPANEL as seen on Thingiverse.
1273 1273
 //
1274
-#define ULTIPANEL
1274
+//#define ULTIPANEL
1275 1275
 
1276 1276
 //
1277 1277
 // Cartesio UI

+ 1
- 1
Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h View File

@@ -1173,6 +1173,6 @@
1173 1173
  * For clients that use a fixed-width font (like OctoPrint), leave this at 1.0; otherwise, adjust
1174 1174
  * accordingly for your client and font.
1175 1175
  */
1176
-#define PROPORTIONAL_FONT_RATIO 1.0
1176
+#define PROPORTIONAL_FONT_RATIO 1.5
1177 1177
 
1178 1178
 #endif // CONFIGURATION_ADV_H

Loading…
Cancel
Save