Browse Source

Include "Z" in M851 report

pull/1/head
Scott Lahteine 9 years ago
committed by Richard Wackerbarth
parent
commit
aad121864e
  1. 2
      Marlin/configuration_store.cpp

2
Marlin/configuration_store.cpp

@ -866,7 +866,7 @@ void Config_PrintSettings(bool forReplay) {
SERIAL_ECHOLNPGM("Z-Probe Offset (mm):");
}
CONFIG_ECHO_START;
SERIAL_ECHOPAIR(" M" STRINGIFY(CUSTOM_M_CODE_SET_Z_PROBE_OFFSET), zprobe_zoffset);
SERIAL_ECHOPAIR(" M" STRINGIFY(CUSTOM_M_CODE_SET_Z_PROBE_OFFSET) " Z", zprobe_zoffset);
#else
if (!forReplay) {
CONFIG_ECHO_START;

Loading…
Cancel
Save