Print display

I am using Arduino Mega2560 & Ramps 1.4.PC user.Sent my code with Repetier.

When I am testing my G-code, is there any method to keep track of which line of code is compiling and running? Printf? debug mode? log? M530?

Welcome for any input. Thank you.

If you use repetier there is a display at the bottom to show what line is getting sent to the buffer.

Ryan, that really only shows errors and some status, not a line by line dump in real time. I can’t think of any way to do it right off hand, it’d likely be a real resource hog.

1 Like

Yeah, you will always have the buffer to deal with as well.

Thank you for answering. It may be something I can work on in the summer.