prusa3d / Prusa-Firmware-Buddy

Firmware for the Original Prusa MINI, Original Prusa MK4 and the Original Prusa XL 3D printers by Prusa Research.
Other
1.17k stars 229 forks source link

[ENHANCEMENT] Show printer name in Prusa Link #4302

Open neuron-whisperer opened 5 days ago

neuron-whisperer commented 5 days ago

Printer model

All

Describe the enhancement

This one is really, really simple.

I own two printers (a MK4S recently upgraded from a MK3S, and a MK4 with an upgrade kit incoming). When I access Prusa Link via Wi-Fi to feed them models, the page shows me a lot of stuff about the printer... except its name. I have to check out the IP address to make sure I'm talking to the right printer.

Can you please just put the name of the printer somewhere on the page? Thanks.

Expected functionality

No response

danopernis commented 5 days ago

By name I assume you mean printer model? There is also a hostname, which the browser will happily show in the address bar :wink: Other than that I don't know about any other name you are referring to.

This can be implemented but our schedule is really tight right now. We are willing to accept patches though. Note that this probably needs to be implemented also in the https://github.com/prusa3d/Prusa-Link-Web repository.

neuron-whisperer commented 5 days ago

Oh! Great - I'll work on it.

Printers have user-assigned names stored in firmware. Mine are named Protoceratops and Protohadros, and when PrusaSlicer offers to send a model directly to a printer, it shows me a status page including names, like this:

Screenshot 2024-11-20 at 8 10 44 AM

I'm merely asking for the same information to be displayed in the PrusaLink page. Should be very easy as the printer itself is serving the page!

I understand that you can't get to it; I'll be happy to roll up my sleeves and see if I can implement it.

danopernis commented 5 days ago

A good starting point would be to explore https://raw.githubusercontent.com/prusa3d/Prusa-Link-Web/master/spec/openapi.yaml and see if there is already an API for that.