I have this printer with the 1.1.6 Marlin. The issue with it is when the printer starts printing the position of the hotend is offset
I am using Cura as the slicer. There, I tried this G-code to configure offset
G28 ;Home
G1 Z15.0 F6000 ;Move the platform down 15mm
;Prime the extruder
G92 E0
G1 F200 E3
G92 X5 Y-10
M206 X10
M206 X1 Y1
G92 E0
But they are not applied.
What could be the issue?