Coder Social home page Coder Social logo

Comments (20)

TTVert avatar TTVert commented on July 2, 2024

I would also like this. Perhaps put the bar graph where the pause/play/stop icons were before in graph?

from advi3pp.

mpfl avatar mpfl commented on July 2, 2024

This would work very well with the M73 Progress plugin for OctoPrint.

from advi3pp.

andrivet avatar andrivet commented on July 2, 2024

It may look like this:

main

print

from advi3pp.

TTVert avatar TTVert commented on July 2, 2024

Is the green the portion still to be completed? If so would it be better to have a white or red box w/ teh green showing what is completed?

UPDATE: Remove image with a wrong size

from advi3pp.

chschmit avatar chschmit commented on July 2, 2024

from advi3pp.

andrivet avatar andrivet commented on July 2, 2024

OK, so it may looks like this:

main

print

from advi3pp.

TTVert avatar TTVert commented on July 2, 2024

Much better! Any way to incorporate % done like my image showed?

from advi3pp.

chschmit avatar chschmit commented on July 2, 2024

from advi3pp.

Deose avatar Deose commented on July 2, 2024

I think a ETA would be more important than a %, or a time elapsed + a % completed.

from advi3pp.

andrivet avatar andrivet commented on July 2, 2024

@Deose "I think..." Why do you think it is better? And computing ETA is a very complex problem. How do you see that?

from advi3pp.

TTVert avatar TTVert commented on July 2, 2024

Could you not use the ETE/ETA reported from the slicer? Maybe not all slicers do this but repetier adds Gcode for this in the job.

from advi3pp.

andrivet avatar andrivet commented on July 2, 2024

@TTVert Outputting ETA/ETE on the LCD is already possible with the M117 support (there are already OctoPrint's plugins for that). Regarding G-Codes, there is M73, supported by Marlin. I am not aware of any G-Code with ETA. And even if the slicer gives ETA information, it will not be accurate and I will then get many bug reports saying the ETA is wrong (this is what happened with OctoPrint). And I want to avoid such situation.

So if someone has a reliable (and documented) way of giving a reliable ETA, I may implement this. For the moment, it is no.

UPDATE: Marlin does support M73

from advi3pp.

TTVert avatar TTVert commented on July 2, 2024

Personally I'm fine w/ percentage and using repetier I know first hand how inaccurate ETA/ETE can be.

from advi3pp.

churd83 avatar churd83 commented on July 2, 2024

Personally as long as it completes I'm good

from advi3pp.

Deose avatar Deose commented on July 2, 2024

@andrivet I think an ETA is better than a progress bar or a % because isn't the whole purpose of showing the % completed or a progress bar to show "How close it is to being completed"? If the purpose of said things are to see how far along it is, a straight ETA not old tells that as well, but gives extra information as well.

I know absolutely nothing about implementing these things or coding it, I just saw people commenting on the markups and wanted to throw my 2¢ out there.

Like somebody else said, Cura has a "Total time estimated" and "time estimated remaining" when it prints. Even the stock Maker Select plus has a time gauge on it, I believe. I don't fully remember now (as I always used Print from PC via USB), but think it has some sort of count down (or count up) function built it.

Freecoding an ETA function by hand could be difficult, and like you said, might be a lot of work if you don't want to deal with people submitting bugs about it. However, a % of completed (I guess it could divide how many lines it has down, divide it by how many lines there are total, and multiply it by 100) and a running timer from when it starts printing, together would make it so people could estimate how much longer. It would be quite a rough estimate, since different layers are different sizes, but it's at least some way to gauge how long a print has left.

from advi3pp.

chschmit avatar chschmit commented on July 2, 2024

from advi3pp.

therevoman avatar therevoman commented on July 2, 2024

I would love to see a semi accurate ETA but understand how difficult that problem is. Have you ever watched the progress bar of a large file transfer oon your computer? The ETA changes regularly. That is because they make guesses on transfer speed in the beginning and then use a rolling average transfer rate later. So much math and guessing.

I really like knowing how many layers remain and would appreciate a progress bar based on number of layers.

For the original poster, just think of the different settings your slicer gives you depending on the layer being printed, along with the differences in a defined speeds and actual speeds... well, it goes way beyond that.

As much as I'd like to see an ETA progress bar, I'm with the developer on avoiding it's addition.

from advi3pp.

TTVert avatar TTVert commented on July 2, 2024

repetier also shows layers, it cycled through that, eta, etc.

from advi3pp.

andrivet avatar andrivet commented on July 2, 2024

Implement as the same time M73 - LCD_SET_PROGRESS_MANUALLY and LCD_PROGRESS_BAR

from advi3pp.

andrivet avatar andrivet commented on July 2, 2024

Implement also M250 - LCD Contrast

from advi3pp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.