Welcome! Log In Create A New Profile

Advanced

How can I display the number of steps required for a particular move?

Posted by aquabook 
How can I display the number of steps required for a particular move?
September 22, 2021 05:44PM
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.
Re: How can I display the number of steps required for a particular move?
September 23, 2021 01:34AM
The debugPrintf function sends output to the USB port. So connect to that port using a PC running a terminal emulator program.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Sorry, only registered users may post in this forum.

Click here to login