Pass status display

Would be nice to have a status line below the progree % line that displays which pass is in progress such as:

Pass x of x

Also tool number display: Tool x of x

There already is a “Status” line display but the long alpha-numeric status doesn’t mean much especially to a newbie like me.

Thanks for listening.

I think the “Status” line just displays the last comment in the g-code.

G-code, and therefor CM has no idea how many “passes” are in the file. It’s just a bunch of linear moves to an XYZ position. I suppose it could consider a “pass” anything between 2 rapid moves. For a simple pocket or contour path this might be useful. For a detailed V carve, or 3D path you may end up with thousands of “passes”.

I think a persistant “Path name” & “Tool Name” might be more useful. ??

Instead of a pass status line, a visualization panel showing the actual movement of the pass would be better.

The controllers don’t really know what “pass“ they are on. They run directly on the g code which basically tells it to go from point a to point be at preset speed over and over again.