Francois Steyn
Francois Steyn
Closing stale issue, please re-open if required
Its a terminal application... Its not meant to be run as a Desktop App.. For that you have Bambu Studio / OrcaSlicer / Something else. Its mean to be run...
You need something like this: https://gist.github.com/cmbankester/a3517bd398475a9e3a48 This is for nginx, so it needs to be customized for bambu farm When I get a moment, I'll add documentation how to do...
Closing stale issue, please re-open if required
Please checkout the [Custom CSS](https://github.com/TFyre/bambu-farm#custom-css) section 😄 You can use CSS to hide it.
Adding this to `styles.css` does the trick: ```css .dashboard-printer div.filaments { display: none; } ```
Closing this as the order can be configured using CSS [(readme.md)](https://github.com/TFyre/bambu-farm?tab=readme-ov-file#ordering-items-inside-printer-box): ```css .dashboard-printer .image { order: 3; } .dashboard-printer .status { order: 4; } .dashboard-printer .filaments { order: 1; }...
I want to integrate it with sourcegraph's cody... which uses the openai models, but with a different base url im guessing it would primarily be config options without having to...
Please share the details from logs in the UI: I need the highlighted section to configure the filament codes in [Filament.java](https://github.com/TFyre/bambu-farm/blob/main/bambu/src/main/java/com/tfyre/bambu/printer/Filament.java) 
Closing the issue for now, please re-open with relevant information