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

Filament Type Not Set #34

Open
agreenbhm opened this issue Feb 28, 2025 · 2 comments
Open

Filament Type Not Set #34

agreenbhm opened this issue Feb 28, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@agreenbhm
Copy link

On the Android app (haven't tested with iOS), the values for the "tray_type", ie the filament type (PETG, PLA, etc) are set as lowercase rather than uppercase. This results in the printer not actually setting the filament type when the tag is scanned, though the slot label displays the lowercase value that was given. This differs from the web server on the OpenSpool device where it is set as uppercase and results in the filament type being properly set.

Environment: Bambu X1C
Version: OpenSpool Mobile v1.3

To reproduce:

  1. Write a tag from the Android app with PLA and any other settings.
  2. Scan the tag.
  3. Observe the label on the printer displaying the filament type in lowercase letters.
  4. Edit the settings of that filament slot on the printer.
  5. Observe the filamenty type being set to "Material".

For comparison:
Either perform the same steps as above but writing the tag with the OpenSpool web server instead of the mobile app, or manually send an MQTT publish request with the filament type in upper-case. Observe that it is properly configured on the printer.

@spuder spuder added the bug Something isn't working label Mar 1, 2025
@spuder
Copy link
Owner

spuder commented Mar 1, 2025

This should be fixed in #35
Testing pending

@agreenbhm
Copy link
Author

Awesome, thanks for the quick turnaround!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants