KLipper command for M108 - proceed processing after M190 command

Basic Information:

Printer Model: Anycubic Mega S
MCU / Printerboard: Trigrorilla 0.0.2
Host / SBC RPI4
klippy.log
klippy.zip (1.3 MB)

Describe your issue:

I like to break heating and trigger further processing if G-Codes to e.g. cancel a print. Marlin do that with M108 which is not supported so looking for a command to break the waiting for target temperature.

Tried something like this but it does not work.

[gcode_macro M108]
gcode:
TURN_OFF_HEATERS
M117 “Heizen abgebrochen”

Anybody know how to do that?

Cheers,
Nils