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

fix(spoolman): save spool id in lowercase variable #2160

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jakpaul
Copy link

@jakpaul jakpaul commented Mar 2, 2025

Description

Fixes an issue with saving spool IDs for individual tools on a multi-tool instance. Currently, no updates are written to the variables file and an error is shown when selcting a new spool for any toolhead. The cause appears to be that upper case letters (which the current implementation uses) are not allowed. See the Klipper docs.
This PR simply changes the variable name to lower case, resolving the problem.

Running Klipper v0.12.0-451, Moonraker v0.9.3-65

Related Tickets & Documents

n/a

Mobile & Desktop Screenshots/Recordings

Console output displaying the error message:
grafik

[optional] Are there any post-deployment tasks we need to perform?

n/a

Signed-off-by: Paul Gendolla [email protected]

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant