Fix progress percentage #100

Merged
chschu merged 1 commits from bugfix/percent-done-not-working into master 2021-04-10 17:03:40 -05:00
chschu commented 2021-03-09 17:11:22 -06:00 (Migrated from github.com)

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.

None.

### 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.
Sign in to join this conversation.
No description provided.