johncarlson21 / SV04-Marlin-2.1.x

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
21 stars 7 forks source link

End of print from Octoprint is not reflected in LCD status #33

Open drewmoseley opened 6 months ago

drewmoseley commented 6 months ago

Describe the bug When I run a print on the custom firmware for the SV04 from octoprint, after it completes, in the Octoprint UI the printer status is "operational" but the LCD is still on the "print status" display. I can manually click the "Stop Print" button but it would be nice if this happened automatically so I would know the status just by looking at the display

To Reproduce Steps to reproduce the behavior:

  1. Setup Octoprint
  2. Print a file
  3. Wait for it to complete

Expected behavior The LCD display returns to the main screen.

Screenshots IMG_5176 IMG_5177

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

drewmoseley commented 6 months ago

Is there maybe something I can put in the slicer end-gcode to do this?