-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Screen freeze on onboard SD print abort #2640
Comments
The TFT will break the waiting for bed heating (M108) and send M524 (Abort SD print). However in Marlin 2.1.2 M524 is part of the emergency commands family but the TFT will still freeze because of a bug. This bug is already fixed in PR #2607 but Bigtreetech is not merging it for 2 months now... |
@kisslorand Thank you for the information. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
It is stale because the fix wasn't merged. The fix is in PR #2607. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
The screen will be stuck at 'Loading...' or 'busy processing, please wait' when cancelling an onboard SD print. The message that shows depends on the gcode that is run. See below. This does not occur when printing from the TFT card slot.
Steps to reproduce
G28
M109 S100
Another way to reproduce
G28
M140 S60
M105
M190 S60
M104 S100
M105
M109 S100
Expected behavior
Run cancel gcode.
Actual behavior
Screen becomes frozen, does not run cancel gcode.
Hardware Variant
B1 TFT35 V3.0.1
SKR MINI E3 V3.0
TFT Firmware Version & Main Board Firmware details
Marlin Firmware: 2.1.1
TFT Firmware: BIGTREETECH_GD_TFT35_B1_v3.0 V27.x Nov 10 2022
Additional Information
bug.zip
The text was updated successfully, but these errors were encountered: