Very simple firmware feature request
Rather than clearing the elapsed time when the print ends, could we please have the final total print time left on display? That way if I come back later long after it has finished, I have some idea as t how long it takes to actually print whatever the object is.
Re: Very simple firmware feature request
Mine is showing "sleeping" now instead of print time. Even more useless. I need to see if there's a setting to change for that.
and miscellaneous other tech projects
He is intelligent, but not experienced. His pattern indicates two dimensional thinking. -- Spock in Star Trek: The Wrath of Khan
Re: Very simple firmware feature request
Mine is showing "sleeping" now instead of print time. Even more useless. I need to see if there's a setting to change for that.
The only time I have seen "Sleeping" is when using OctoPrint.
Re: Very simple firmware feature request
I'm only printing via SD card. I was used to taking a look at the print time when removing the part, but it's started showing the sleeping message instead. Not sure what I changed to cause this, but it wasn't intentional. I'm pretty sure it was operating normally when I first flashed the latest firmware version. I must've selected something inadvertently.
The only time I have seen "Sleeping" is when using OctoPrint.
and miscellaneous other tech projects
He is intelligent, but not experienced. His pattern indicates two dimensional thinking. -- Spock in Star Trek: The Wrath of Khan
Re: Very simple firmware feature request
Mine also says sleeping. I'd much rather see what the total print time was.
Re: Very simple firmware feature request
I'm only printing via SD card. I was used to taking a look at the print time when removing the part, but it's started showing the sleeping message instead. Not sure what I changed to cause this, but it wasn't intentional. I'm pretty sure it was operating normally when I first flashed the latest firmware version. I must've selected something inadvertently.
I noticed the "sleeping" message when I changed my end gcode to do a bit more than the default. Have you changed yours?
Re: Very simple firmware feature request
Well, yes, although I'm using simplify3D.
Re: Very simple firmware feature request
Interesting. Yes, I've tweaked mine to reset extrusion M221 S100, retract a bit and chirp. Am not printing any custom messages though. I'll try bog-stock Prusa settings next.
[...]I noticed the "sleeping" message when I changed my end gcode to do a bit more than the default. Have you changed yours?
and miscellaneous other tech projects
He is intelligent, but not experienced. His pattern indicates two dimensional thinking. -- Spock in Star Trek: The Wrath of Khan
Re: Very simple firmware feature request
Here's my end gcode:
M502 ; reset to factory settings
G92 E0 ; prepare to retracgt
G1 E-10 F1800 ; retract 10mm
G4 ; wait
M221 S100 ; extruder factor to 100%
M104 S0 ; turn off temperature
M140 S0 ; turn off heatbed
M107 ; turn off fan
G91 ; switch to relative positioning
G1 Z30 ; lift extruder by 30
G90 ; switch back to absolute positioning
G1 X0 Y200 ; home x and y axis
M84 ; disable motors
M300 S440 P100 ; play Fanfare
G4 P50
M300 S554 P100
G4 P50
M300 S659 P100
G4 P50
M300 S880 P250
G4 P50
M300 S659 P75
G4 P75
M300 S880 P450
Re: Very simple firmware feature request
I had forgotten that I generated some files using KISSlicer, which is apparently responsible for that message. Glad to know where to hunt it down and remove it! Thanks.
[...] I noticed the "sleeping" message when I changed my end gcode to do a bit more than the default. Have you changed yours?
and miscellaneous other tech projects
He is intelligent, but not experienced. His pattern indicates two dimensional thinking. -- Spock in Star Trek: The Wrath of Khan