|
@@ -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.
|