Browse Source

Move M114 options down

Scott Lahteine 4 years ago
parent
commit
9ce950e3c1
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      Marlin/Configuration_adv.h

+ 5
- 5
Marlin/Configuration_adv.h View File

@@ -286,11 +286,6 @@
286 286
   #endif
287 287
 #endif
288 288
 
289
-// Extra options for the M114 "Current Position" report
290
-//#define M114_DETAIL         // Use 'M114` for details to check planner calculations
291
-//#define M114_REALTIME       // Real current position based on forward kinematics
292
-//#define M114_LEGACY         // M114 used to synchronize on every call. Enable if needed.
293
-
294 289
 // Show Temperature ADC value
295 290
 // Enable for M105 to include ADC values read from temperature sensors.
296 291
 //#define SHOW_TEMP_ADC_VALUES
@@ -2959,6 +2954,11 @@
2959 2954
  */
2960 2955
 //#define NO_WORKSPACE_OFFSETS
2961 2956
 
2957
+// Extra options for the M114 "Current Position" report
2958
+//#define M114_DETAIL         // Use 'M114` for details to check planner calculations
2959
+//#define M114_REALTIME       // Real current position based on forward kinematics
2960
+//#define M114_LEGACY         // M114 used to synchronize on every call. Enable if needed.
2961
+
2962 2962
 /**
2963 2963
  * Set the number of proportional font spaces required to fill up a typical character space.
2964 2964
  * This can help to better align the output of commands like `G29 O` Mesh Output.

Loading…
Cancel
Save