Hello all,
I am using a SKR v1.4 turbo board (SD card no RPi) with Ponterface. Furthermore, I am using Andy's firmware which I believe is 3.3 version of Adrian's RepRap firmware I have 3 questions :
1. Can I display the debugging data on the G-Code console? If yes, then how? Bc I enabled debugging in the config.g but I don't see anything on the G-code console.
2. I am able to see the total clocks needed on the G-Code console by just adding
debugPrintf("Clocks needed : %lu",(unsigned long)clocksNeeded)
but when I do
debugPrintf("Total Steps : %ld",labs(delta));
I do not see the total steps on the console. Why?
3. How can I get display the number of steps associated with a particular move?
Edited 1 time(s). Last edit at 09/22/2021 05:46PM by aquabook.