Patch for gcode debug

master
Scott Lahteine 8 years ago
parent 41e0955c27
commit 859248433f

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