Merge pull request #8416 from thinkyhead/bf2_M114_DETAIL
[2.0] Add M114_DETAIL to Configuration_adv.h
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
#include "../../module/motion.h"
|
||||
#include "../../module/stepper.h"
|
||||
|
||||
#ifdef M114_DETAIL
|
||||
#if ENABLED(M114_DETAIL)
|
||||
|
||||
void report_xyze(const float pos[XYZE], const uint8_t n = 4, const uint8_t precision = 3) {
|
||||
char str[12];
|
||||
@ -113,7 +113,7 @@
|
||||
*/
|
||||
void GcodeSuite::M114() {
|
||||
|
||||
#ifdef M114_DETAIL
|
||||
#if ENABLED(M114_DETAIL)
|
||||
if (parser.seen('D')) {
|
||||
report_current_position_detail();
|
||||
return;
|
||||
|
Reference in New Issue
Block a user