Patch for gcode debug
This commit is contained in:
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…
Reference in New Issue
Block a user