Jyers / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
2.14k stars 386 forks source link

Remaining print time shows 0:00 with only 3/4 of the print finished #1837

Closed dogunter closed 2 years ago

dogunter commented 2 years ago

I understand printing time is estimated from a line-at-a-time reading of the gcode file but I had a weird thing happen just now. With only 3/4 of a small print finished, the remaining time displayed 0:00. The piece went on to finish printing over the next 10 minutes with no other issues, all the while displaying the 0:00 remaining time value.

Steps to Reproduce

  1. Print a part, no supports, brim for bed adhesion, 20% infill (triangles)
  2. Notice remaining time drop to 0:00 long before piece finishes printing.

Expected behavior: Remaining time to be a non-zero value.

Actual behavior:Remaining time is 0:00 long before part finishes printing

Currently using the E3V2-UBL-BLTouch-10x10-HS-v4.2.2-v2.0.1 firmware.

dogunter commented 2 years ago

Sorry about that, yes, I'm printing from Octoprint. I wasn't aware that it would make a difference where the gcode file was coming from.

I've briefly looked at the instructions for compiling my own. It's daunting but I may give it a try. Thanks.

dogunter commented 2 years ago

This was an OctoPrint issue, not a jyers issue. Closing.