Fix progress percentage #100
Reference in New Issue
Block a user
No description provided.
Delete Branch "bugfix/percent-done-not-working"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The final newline of the A6V response is currently not sent if a print is in progress. The progress percentage is not displayed correctly, and the next response sent to the display will be lost as well.
This PR moves the transmission of the newline out of the else branch, so it is executed for every case.
Benefits
The progress percentage is displayed correctly.
Configurations
Nothing special required.
Related Issues
None.