Преглед на файлове

🎨 Move PROPORTIONAL_FONT_RATIO

Scott Lahteine преди 2 години
родител
ревизия
1420427607
променени са 1 файла, в които са добавени 9 реда и са изтрити 9 реда
  1. 9
    9
      Marlin/Configuration_adv.h

+ 9
- 9
Marlin/Configuration_adv.h Целия файл

@@ -2337,6 +2337,15 @@
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
 /**
@@ -3781,15 +3790,6 @@
3781 3790
 //#define REPORT_FAN_CHANGE   // Report the new fan speed when changed by M106 (and others)
3782 3791
 
3783 3792
 /**
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
-/**
3793 3793
  * Spend 28 bytes of SRAM to optimize the G-code parser
3794 3794
  */
3795 3795
 #define FASTER_GCODE_PARSER

Loading…
Отказ
Запис