Browse Source

Patch for gcode debug

pull/1/head
Scott Lahteine 7 years ago
parent
commit
859248433f
  1. 2
      Marlin/gcode.h

2
Marlin/gcode.h

@ -124,7 +124,7 @@ public:
if (debug) { if (debug) {
SERIAL_ECHOPAIR("Set bit ", (int)PARAM_BIT(ind)); SERIAL_ECHOPAIR("Set bit ", (int)PARAM_BIT(ind));
SERIAL_ECHOPAIR(" of index ", (int)PARAM_IND(ind)); SERIAL_ECHOPAIR(" of index ", (int)PARAM_IND(ind));
SERIAL_ECHOLNPAIR(" | param = ", hex_address((void*)param[ind])); SERIAL_ECHOLNPAIR(" | param = ", (int)param[ind]);
} }
#endif #endif
} }

Loading…
Cancel
Save