Commit 1420427 1 parent 22b99a2 commit 1420427 Copy full SHA for 1420427
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 2337
2337
// For serial echo, the number of digits after the decimal point
2338
2338
//#define SERIAL_FLOAT_PRECISION 4
2339
2339
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
+
2340
2349
// @section extras
2341
2350
2342
2351
/**
3780
3789
3781
3790
//#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)
3782
3791
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
-
3792
3792
/**
3793
3793
* Spend 28 bytes of SRAM to optimize the G-code parser
3794
3794
*/
You can’t perform that action at this time.
0 commit comments