Add proportional font adjustment ratio

- update example configs
This commit is contained in:
Brian
2017-05-08 18:23:17 -04:00
parent 192db2ab1b
commit 2604742191
25 changed files with 234 additions and 4 deletions

View File

@ -1163,4 +1163,14 @@
*/
//#define NO_WORKSPACE_OFFSETS
/**
* This affects the way Marlin outputs blacks of spaces via serial connection by multiplying the number
* of spaces to be output by the ratio set below. This allows for better alignment of output for commands
* like G29 O, which renders a mesh/grid.
*
* 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
#endif // CONFIGURATION_ADV_H