Skip to content
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

Sovol SV06 Plus fixes #27531

Merged
merged 3 commits into from
Nov 25, 2024
Merged

Conversation

saddfox
Copy link
Contributor

@saddfox saddfox commented Nov 14, 2024

Description

Two small changes to make SV06 Plus fully usable with the stock touchscreen.

  • Fixed a case where the printer would get stuck in the wait_for_user loop after filament runout sensor was triggered. In this loop filament_ran_out does not get updated so the printer got stuck (clicking continue on the screen triggers case 1). Instead read the sensor pin directly.

  • Changed LCD display to use Marlin's internal print progress state. It now displays Marlin's own progress status and works with M73.

Requirements

Sovol SV06 Plus with stock touchscreen.

Benefits

Fixes stuck printer whenever filament runout sensor was triggered.
More accurate print progress display.

Configurations

MarlinFirmware/Configurations#1118

Related Issues

@thinkyhead
Copy link
Member

Good work, thanks!

@thinkyhead thinkyhead merged commit eaab2de into MarlinFirmware:bugfix-2.1.x Nov 25, 2024
64 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants