TFyre / bambu-farm

Bambulab Web interface for multiple printers
Apache License 2.0
169 stars 18 forks source link

Minor Request: Can the progress bar be relocatable on the dashboard as a setting? #158

Open VIDGuide opened 1 month ago

VIDGuide commented 1 month ago

2 of my printers have multi-AMS's and this pushes the progress/time-remaining box off the bottom of the screen for my dashboard. I'm less interested in the AMS status (though I do like having it there, I'd prefer not to have to turn it off in the .env), but I am very interested to see the progress bar at a glance.

Would be nice if there was a config option that would put it up near the control buttons, or above the stream perhaps.

VIDGuide commented 1 month ago

159 Added PR for a patch to handle this, if it's suitable to your style/intentions.

Added an .env var to control position, "above-image", "below-image", "bottom" (default, current location)