bambu-farm
bambu-farm copied to clipboard
Feature Request: Make the FILAMENT CHOICE row user hiddeable on Dashboard view.
I do run a farm with single filament printers and I dont have a real use for the space that the row of filament type and color takes on the DASHBOARD view. Can it be hidden somehow via a user setting please? ;)
Mockup:
Agreed! Always more desireable to make it user friendly but ok! ;)
Adding this to styles.css does the trick:
.dashboard-printer div.filaments {
display: none;
}