Welcome! Log In Create A New Profile

Advanced

Marlin 2.1.2 - Unknown and missing information on display

Posted by Nitec0re 
Marlin 2.1.2 - Unknown and missing information on display
January 24, 2023 12:13PM
I lost my old and well working Marlin bugfix-2.0.xxxx.... ( i dont know). So I decided to use the newest. So far so good, but I have a strange problem and IDK where I can change that in the firmware.

Before the print starts, the display shows the following info:


Then, when he is printing:


The first "100%" is clear, but what the heck is the second "100%" ?

And the second thing is... why the heck is the elapsed printing time gone? Or where can I enable it in the firmware?
On my old firmware, there was a timer on the right hand side, which showed the elapsed print time.

#define PRINTJOB_TIMER_AUTOSTART

Is active...

I print via Octoprint without an SD
Re: Marlin 2.1.2 - Unknown and missing information on display
January 24, 2023 12:25PM
F is fan speed

You need #define SET_PROGRESS_MANUALLY
Re: Marlin 2.1.2 - Unknown and missing information on display
January 24, 2023 02:08PM
Quote
Dust
F is fan speed

You need #define SET_PROGRESS_MANUALLY

Thank you thumbs up

Next question. How can I get rid of the "E" in front? And how can I use hh:mm instead off mm:ss? Has this something to do with durartion_t.h?

#define SHOW_ELAPSED_TIME        // Display elapsed printing time (prefix 'E')

And how can I disable the van value in % on the display? I dont need that.


Thank you in advance
Sorry, only registered users may post in this forum.

Click here to login