Closed Charghoul closed 11 months ago
Not sure why, but the estimates ETA that mobileraker provides is always different from what mainsailOS shows.
The reason for that is that Mobielraker uses only one source while Mainsail combines the mentioned calculation sources and combines them to ensure the best eta.
Currently Mobileraker uses this formula to calculate the eta: https://github.com/Clon1998/mobileraker/blob/92c74903c7b77df6fa32d021a8cc808c635d3e80/lib/dto/machine/printer.dart#L35-L42
Regarding the estimated print time, Mobileraker only uses the values from Moonraker. https://github.com/Clon1998/mobileraker/blob/f16065e0567fa4630bd40f9d0e19a68074f7d990/lib/ui/views/files/details/file_details_viewmodel.dart#L86-L92
Eta and estimates are available now via a tooltip by long pressing the ETA cell.
There is not possible set ETA to show slicer?
Long pressing the eta cell will bring up the tooltip that shows all available ETAs
I understand it from previous replyes ... but i can see in mainsail info from slicer on klipper screen info from slicer but there is some weird eta ... is possible add it to setting and see same info also in this great app? App now it shows by default AVG ... which is every time very off
I understand it from previous replyes ... but i can see in mainsail info from slicer on klipper screen info from slicer but there is some weird eta ... is possible add it to setting and see same info also in this great app? App now it shows by default AVG ... which is every time very off
I am not quit sure what you are asking for? The app is able to show all estimates if necessary. The ETA that is shown is calculated based of the AVG of all available estimate sources:
Are you talking about the ability to select what kind of ETA is shown on the dashboard? So you can choose if you want to use AVG, slicer, file... as source for that?
I just want to see the exact same ETA as displayed in Mainsail or on the klipperscreen. A random average number is useless to me. I don't need to see them all. I just want to see the one that is correct.
I apologize if that wasn't clear from my previous responses.
I just want to see the exact same ETA as displayed in Mainsail or on the klipperscreen. A random average number is useless to me. I don't need to see them all. I just want to see the one that is correct.
I apologize if that wasn't clear from my previous responses.
Okay got it. It is not a random number. In fact I am using the exact same logic as Mainsail does:
I am currently printing a 12hrs print, and both my mainsail and app show the exact same ETA values.
However, in contrast to Mobileraker, Mainsail lets you pick the ETA calculation sources on which it runs an AVG calculation.
Can you verify that you enabled all values on mainsail for that calculation in the Settings -> General -> Eta Calc
It would be really great to get all the print time estimates and ETA times that the mainsailOS provides.
Not sure why, but the estimates ETA that mobileraker provides is always different from what mainsailOS shows.