Skip to content

Commit 1420427

Browse files
committed
🎨 Move PROPORTIONAL_FONT_RATIO
1 parent 22b99a2 commit 1420427

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Marlin/Configuration_adv.h

+9-9
Original file line numberDiff line numberDiff line change
@@ -2337,6 +2337,15 @@
23372337
// For serial echo, the number of digits after the decimal point
23382338
//#define SERIAL_FLOAT_PRECISION 4
23392339

2340+
/**
2341+
* Set the number of proportional font spaces required to fill up a typical character space.
2342+
* This can help to better align the output of commands like `G29 O` Mesh Output.
2343+
*
2344+
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
2345+
* Otherwise, adjust according to your client and font.
2346+
*/
2347+
#define PROPORTIONAL_FONT_RATIO 1.0
2348+
23402349
// @section extras
23412350

23422351
/**
@@ -3780,15 +3789,6 @@
37803789

37813790
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
37823791

3783-
/**
3784-
* Set the number of proportional font spaces required to fill up a typical character space.
3785-
* This can help to better align the output of commands like `G29 O` Mesh Output.
3786-
*
3787-
* For clients that use a fixed-width font (like OctoPrint), leave this set to 1.0.
3788-
* Otherwise, adjust according to your client and font.
3789-
*/
3790-
#define PROPORTIONAL_FONT_RATIO 1.0
3791-
37923792
/**
37933793
* Spend 28 bytes of SRAM to optimize the G-code parser
37943794
*/

0 commit comments

Comments
 (0)