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
As of a recent update, the miscellaneous card disappeared from the UI. After investigating, it turns out that removing the filament sensor from printer.cfg restores the miscellaneous card giving me access to my output pins.
Steps to Reproduce
Add a filament sensor to your printer.cfg
Refresh the printer on Mobileraker
Observe the missing miscellaneous card
Remove the filament sensor from your printer.cfg
Refresh the printer on Mobileraker
Observe the miscellaneous card returning if you have output pins
Expected Behavior
The miscellaneous card should be visible on the UI.
Version Information
Device-OS (Android/iOS): Android 13
Mobileraker: 2.8.3-583
Klipper: v0.12.0-404-g80d185c9
Moonraker: v0.9.3-3-gccfe32f2
Debug Logs
Logs are available upon request.
Additional Context
The miscellaneous card was visible earlier, including the filament sensor box showing whether filament is being detected. Also, Mobileraker still shows a "Filament Sensor Triggered" dialog box even with the missing miscellaneous card which tells me that Mobileraker still recognizes the sensor.
The text was updated successfully, but these errors were encountered:
Hey @RK392
Thanks for the log files.
The problem was on my end due to a faulty code section related to sorting the available misc objects in the Misc. Card.
I will include the fix in the next release. For now, the only workarounds I can think of are not to include the filament sensor in the printer config (Not ideal...) or to include a _ as a prefix to hide the object from the app
Bug Report
Description
As of a recent update, the miscellaneous card disappeared from the UI. After investigating, it turns out that removing the filament sensor from printer.cfg restores the miscellaneous card giving me access to my output pins.
Steps to Reproduce
Expected Behavior
The miscellaneous card should be visible on the UI.
Version Information
Debug Logs
Logs are available upon request.
Additional Context
The miscellaneous card was visible earlier, including the filament sensor box showing whether filament is being detected. Also, Mobileraker still shows a "Filament Sensor Triggered" dialog box even with the missing miscellaneous card which tells me that Mobileraker still recognizes the sensor.
The text was updated successfully, but these errors were encountered: