Debugging
-
Hi there!
Is therre any way to print custom messages from somewhere in the firmware either to USB or to the console? I can't find out how and I would like to debug my code (currently trying a new kinematics..).I am looking forward to your answer
Felix -
The debugPrintf function prints message to USB. it may cause a watchdog timeout if there is no PC connected via USB to receive the message.