Im new to Klipper and I’ve installed a Manta M5P with CB1 into my Anycubic mega pro. after doing my research before installing the board I set Klipper up and learning it. After installing it I didn’t get any errors just had to flip 2 motors. so I go lucky.
But what I’m having a problem with is. After a print finish the printer starts up again and starts printing again. I can’t find anything on this. Im using the default end_print code. but added a few lines.
What am I over looking or am I missing a shutdown command?
Have you found any solution to this problem, I have the same problem?
I have a Manta M8P, a CB1 board with a TFT35 SPI Touch Screen.
If I don’t press “main menu” on the screen it will restart the print after a while.
Quite surprising that it would start on its own. With a quick test on my side I could not reproduce the issue, even with [sdcard_loop] activated in my config.
In doubt this would require a more in depth analysis of a more complete klippy.log and potentially the moonraker.log
If you do not need the functionality, then remove [sdcard_loop] from your cfg and check if the topic reproduces.
This was the problem in your print.cgf disable this
[sdcard_loop]
[gcode_macro M808]
gcode =
{% if params.K is not defined and params.L is defined %}SDCARD_LOOP_BEGIN COUNT={params.L|int}{% endif %}
{% if params.K is not defined and params.L is not defined %}SDCARD_LOOP_END{% endif %}
{% if params.K is defined and params.L is not defined %}SDCARD_LOOP_DESIST{% endif %}
Those links are over my head on the log. Im lost on this problem. It was doing good the past 2 days then today it crashed and I’m trying to get my first layer back now.
Sometimes it starts up a few hours when its just sitting sometimes is 10 mins. theirs no pattern to the it starts. and I just had it start with no file open. it just printing the first print
Is their anyway I could pull the SD card out of my board and upload the files to here so you could check it out. klippy.log (32.6 KB) moonraker.log (304.8 KB)