You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As part of testing an integration of this plugin into OctoScreen (Z-Bolt/OctoScreen#315) I modified my OctoPrint settings to say I had 2 extruders to see what the UI looked like. I saw the results, was content, and changed OctoPrint back to 1 extruder. Ever since, I've seen that the "plugin/filamentmanager/selections" endpoint still returns 2 tools. This is even after rebooting and even upgrading to OctoPrint 1.7
Steps to reproduce
Open Settings
Click on Printer Profiles
Edit the active Profile
Click on Hotend & Extruder
Change to 2 extruders
Save
Check the output of "plugin/filamentmanager/selections"
Repeat steps 1-4
Change extruders to 1
Save
See that "plugin/filamentmanager/selections" still returns 2 tools
To check the output of the "plugin/filamentmanager/selections" endpoint, I used chrome dev tools to "Copy as cURL" and run that.
Expected behavior
"plugin/filamentmanager/selections" returns the correct number of tools
Did the same happen when all other 3rd party plugins are disabled?
Have not tested
Log file
No logs related to filament manager
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
- PR #77 Show errors when database connection test fails. Thx @techfreek
- E #72 French translation. Thx @LeBress
- B #66 assign temp.offset after connecting the printer
- B #79 selections-API return only the max numbers of tools
Thanks @OllisGit ! Looks like it is is correctly returning 1 selection now. Looks like the only remaining issue is in my WIP integration for OctoScreen. I'll work on fixing that, but this bug can be called fixed. Thanks!
Describe the bug
As part of testing an integration of this plugin into OctoScreen (Z-Bolt/OctoScreen#315) I modified my OctoPrint settings to say I had 2 extruders to see what the UI looked like. I saw the results, was content, and changed OctoPrint back to 1 extruder. Ever since, I've seen that the "plugin/filamentmanager/selections" endpoint still returns 2 tools. This is even after rebooting and even upgrading to OctoPrint 1.7
Steps to reproduce
To check the output of the "plugin/filamentmanager/selections" endpoint, I used chrome dev tools to "Copy as cURL" and run that.
Expected behavior
"plugin/filamentmanager/selections" returns the correct number of tools
Did the same happen when all other 3rd party plugins are disabled?
Have not tested
Log file
No logs related to filament manager
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: