EtteGit / EnragedRabbitProject

GNU General Public License v3.0
2.34k stars 339 forks source link

Printer pausing after every toolchange without error message #166

Closed TIMMOOOH closed 1 year ago

TIMMOOOH commented 1 year ago

Hello,

when loading the first tool at the beginning of a print, it doesn't pause. But after that it pauses after every Toolchange and parks the toolhead. When resuming manually every time, it works but that is not an option for me. I looked at the log and right after completing the toolchange it does this "Exiting SD card print (position 2711)" as seen in klippy.1.log. Note: _ ERCF_PAUSE is not triggered, i can resume without problem.

I took the klippy.log right after it paused after a toolchange. I included all the config files and the macros i took straight from the example macros.

can someone help me please? I'm struggling with that problem since one week.

Files: mainsail_console.txt client_macros.txt ercf_software.txt mainsail.txt printer.txt klippy(1).log

TIMMOOOH commented 1 year ago

Just found the cause myself. I feel kinda stupid now.

klippy log showed "Filament Sensor toolhead_sensor: runout event detected, Time 1187.41" while printing. I just had to removr the "#" in front of "pause_on_runout: False" in the [filament_switch_sensor toolhead_sensor] section in the ercf_hardware.cfg.

I don't know if it's my fault, but i suggest that klipper should do a M118 whet it pauses because of this.