Jump to content

Percentage printed?


ginobrancazio

Recommended Posts

Posted · Percentage printed?

Ultimaker Original+ using Cura and Marlin

While I'm printing from SD the screen displays the progress of the print as a percentage (%)

How does Marlin calculate this percentage? Is it:

 

  • Percentage of the time printed vs estimated time to complete
  • Percentage of height printed vs final print height
  • Percentage of filament extruded vs final extrusion total?

Or something else entirely?

Thanks for the help,

Gino.

 

  • Link to post
    Share on other sites

    Posted · Percentage printed?

    It is the "percentage of the GCode printed" ;)

    Actually the percentage of the file size printed so far. So if the file is 2MB and and you have printed 512K, it will say 25%

     

  • Link to post
    Share on other sites

    • 1 month later...
    Posted · Percentage printed?
    It is the "percentage of the GCode printed" ;)

    Actually the percentage of the file size printed so far. So if the file is 2MB and and you have printed 512K, it will say 25%

    Are you sure about that?

    To me, it has always seemed like it read out current layer / total layers in percent.

  • Link to post
    Share on other sites

    Posted · Percentage printed?

    Are you sure about that?

     

    Read the code...

     

    To me, it has always seemed like it read out current layer / total layers in percent.

    Marlin doesn't know anything about layers...

  • Link to post
    Share on other sites

    Posted · Percentage printed?

    The GCode file contains layer information. Marlin would "simply" need to read through the full gcode file before starting the print, in order to find the amount of layers.

    Then, it would have to read the "layer: xx" information instead of just skipping it (because it's a comment line).

    It's not as easy as in "you can write that code in 5 minutes" (programming always takes it's time..), but should be doable without problems.

  • Link to post
    Share on other sites

    Posted · Percentage printed?

    Not as simple as that...

    "# Layer xx" is as you say a comment, it is what Cura does, but there is no guarantee that it will be there if you are using another slicer. So you have to look at the Z movements to make up you mind.

    And also, layer is not necessarily a good representation of time, depending on the complexity. Some layers take much more time...

    So after all, looking at the percentage of GCode actually printed is definitely not a bad option and in my view much better than number of layers.

    • Like 1
    Link to post
    Share on other sites

    Posted · Percentage printed?
    And also, layer is not necessarily a good representation of time, depending on the complexity. Some layers take much more time...

    Agreed. I didn't ever think that was a good idea. I've never found the percentage displayed to be exceedingly accurate though. Especially when a print starts large and narrows at the top.

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...