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

[BUG] 3.14.0 When Autoload is turned off, inserting filament only gives you the "Unload" option, while you need "Load" in this case #4752

Closed
bernieke opened this issue Aug 14, 2024 · 0 comments · Fixed by #4755
Labels

Comments

@bernieke
Copy link

bernieke commented Aug 14, 2024

This is due to the 3.14.0 UX improvement of combining Load and Unload in a single menu item.

When you have Autoload turned off the workflow to change filament is:

  • press Unload filament (fine)
  • pull out the filament
  • insert the new filament
  • press Load filament => Because you already inserted the filament you can only select "Unload filament" now

The workaround is to press Load filament before actually inserting the filament and then quickly insert it, which is non-optimal.

Note that I do want to keep the filament sensor enabled for filament run-out detection.

The easy fix would be to not combine the Load/Unload when Autoload is turned off (just as is the case when the filament sensor is disabled). I assume that people who turn off Autoload do this to gain more control, so would generally prefer to just have both explicit Load/Unload options. That is my preference in any case.

This is on a MK3s+ by the way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant