Welcome! Log In Create A New Profile

Advanced

Disable Need To Click Control Panel After Print Job Finishes

Posted by mso797 
Disable Need To Click Control Panel After Print Job Finishes
May 24, 2018 06:39PM
Hey Guys,

I have a weird question.
Right now I am running a 3D printer with Marlin.
At the end of the printjob, the printer outputs this message: Click to resume


The printer will not start the next print job until the controller is clicked.

I am trying to automate aspects of my 3D printing setup. To do this, I need to avoid clicking the controller at the end of my print job.
Is there any way to disable this functionality?

Right now, I can get around this issue by disabling the LCD controller entirely. I don't think this is ideal, I still want the information given on the LCD. I just don't want to have to click the LCD once the print job is done.

I tried disabling #define HOST_KEEPALIVE_FEATURE, but that didn't work.

Any ideas on how to accomplish this task?

Thanks!

Edited 2 time(s). Last edit at 05/24/2018 06:40PM by mso797.
Attachments:
open | download - IMG_20180524_181922302.jpg (64.2 KB)
Re: Disable Need To Click Control Panel After Print Job Finishes
May 24, 2018 08:42PM
There has to be something in your gcode.end file (or equivalent)

this is part of your slicer settings.
Re: Disable Need To Click Control Panel After Print Job Finishes
May 26, 2018 05:34PM
Hi,

Thank you for the quick reply.

I use Repetier with Cura slicer.
I could not find the specific setting causing the issue.
Here is a screenshot of my end g-code.


Can you tell if one of these lines is causing the problem?
Thanks!
Re: Disable Need To Click Control Panel After Print Job Finishes
June 01, 2018 12:56PM
The end script looks OK.

M0, M1 or M600 commands will cause the behaviour you are seeing. Open your generated g-code file in a text editor and search for those commands. If those commands are not present in the gcode, then it's probably some setting in Repetier. I do not use Repetier, so cant help with that.

You can try printing the same file from an SD card to see if the message appears at the end of the print. If not, then it's definitely Repetier.
Sorry, only registered users may post in this forum.

Click here to login