You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When an error occurs, the reported line number of the culprit G-code does not match the actual line number in the G-code file. Even after cleaning up comments and empty lines, the line numbers still do not align.
This mismatch makes it challenging to troubleshoot and accurately determine where to resume the job.
Expected Behavior:
The reported line number should match the actual line number in the G-code file for easier troubleshooting and job resumption.
Impact:
This discrepancy adds difficulty in pinpointing the exact location of issues and determining where to resume operations after an error.
Suggestion:
Ensure the line numbers reported in errors accurately match the G-code file’s actual line numbers, regardless of comments or empty lines.
Additional Context:
None.
Let me know if any further details are required!
The text was updated successfully, but these errors were encountered:
I have noticed this behaviour too and after some wild goose chases to eventually realise the true culprit was not the code line indicated, but one several lines prior.
The error reporting function is a brilliant and useful idea, but does needs to be made more accurate if it's going to be trusted & fulfil its function properly.
Description:
When an error occurs, the reported line number of the culprit G-code does not match the actual line number in the G-code file. Even after cleaning up comments and empty lines, the line numbers still do not align.
This mismatch makes it challenging to troubleshoot and accurately determine where to resume the job.
Expected Behavior:
The reported line number should match the actual line number in the G-code file for easier troubleshooting and job resumption.
Impact:
This discrepancy adds difficulty in pinpointing the exact location of issues and determining where to resume operations after an error.
Suggestion:
Ensure the line numbers reported in errors accurately match the G-code file’s actual line numbers, regardless of comments or empty lines.
Additional Context:
None.
Let me know if any further details are required!
The text was updated successfully, but these errors were encountered: