Move M114 options down
This commit is contained in:
parent
7a03c5a0c6
commit
9ce950e3c1
@ -286,11 +286,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Extra options for the M114 "Current Position" report
|
|
||||||
//#define M114_DETAIL // Use 'M114` for details to check planner calculations
|
|
||||||
//#define M114_REALTIME // Real current position based on forward kinematics
|
|
||||||
//#define M114_LEGACY // M114 used to synchronize on every call. Enable if needed.
|
|
||||||
|
|
||||||
// Show Temperature ADC value
|
// Show Temperature ADC value
|
||||||
// Enable for M105 to include ADC values read from temperature sensors.
|
// Enable for M105 to include ADC values read from temperature sensors.
|
||||||
//#define SHOW_TEMP_ADC_VALUES
|
//#define SHOW_TEMP_ADC_VALUES
|
||||||
@ -2959,6 +2954,11 @@
|
|||||||
*/
|
*/
|
||||||
//#define NO_WORKSPACE_OFFSETS
|
//#define NO_WORKSPACE_OFFSETS
|
||||||
|
|
||||||
|
// Extra options for the M114 "Current Position" report
|
||||||
|
//#define M114_DETAIL // Use 'M114` for details to check planner calculations
|
||||||
|
//#define M114_REALTIME // Real current position based on forward kinematics
|
||||||
|
//#define M114_LEGACY // M114 used to synchronize on every call. Enable if needed.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the number of proportional font spaces required to fill up a typical character space.
|
* Set the number of proportional font spaces required to fill up a typical character space.
|
||||||
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
* This can help to better align the output of commands like `G29 O` Mesh Output.
|
||||||
|
Loading…
Reference in New Issue
Block a user