Problem with End Position after Print

Basic Information:

Printer Model: Sovol SV05
MCU / Printerboard: Creality 4.2.2
klippy.log

Describe your issue:

…Hello! i am using the suggested SV05 printer.cfg - helps a lot when you are new like me to klipper and 3d printing in general.
But i am currently strugglng with the situation when the print ends.

My build plate is not moving down (my printer is a cartesian printer like the ender 5 pro) and then the nozzle keeps staying at the last position when the print ends. I am using Cura as a slicer.,

Any advice what to add to my config to get the build plate move down and shutdown everything like the printer does when not using klipper?

Would be an macro like in Ender5Pro printer.cfg a solution?

[gcode_macro END_PRINT]
gcode:
G91 ;Relative positioning
G1 E-2 F2700 ;Retract a bit
G1 E-2 Z0.2 F2400 ;Retract and raise Z
G1 X5 Y5 F3000 ;Wipe out
G1 Z10 ;Raise Z more
G90 ;Absolute positioning

G28 X0 Y0 ;Present print
M106 S0 ;Turn-off fan
M104 S0 ;Turn-off hotend
M140 S0 ;Turn-off bed

M84 X Y E ;Disable all steppers but Z

Thanks for your help!

Therefor please upload the klippy.log as requested by the initial post template.
Just drag and drop it here into a new or the original post. If it is too big just zip it.

Most likely one of the used macros might not be as needed.

It was too big - that’s why i didn’t add it.
but here now as a zip
klippy.zip (1.1 MB)

I had a most similar macro - but it didn’t work as expected.