Adding XY shift to printer profile
I am using Prusa Slicer to run my Ender 3 V2 and recently upgraded my print head. I now have a shift when printing my parts and am trying to figure out how to shift things back to center. I'm guessing that it is simply because my new print nozzle is in a slightly different location.
Is there a way to add a permanent XY shift via gcode (or other setting in Prusa Slicer) to get my print back inline with my print plate?
RE: Adding XY shift to printer profile
If you modified your printer and the nozzle ends up in a different x/y position relative to the homing points you should adjust your firmware accordingly.
To do this you can either use gcode M206 (I think the Ender 3 is using marlin) https://marlinfw.org/docs/gcode/M206.html and save it with M500 or modify the firmware ( X_MIN_POS and Y_MIN_POS) and flash it to your printer.
If at first you don't succeed, skydiving is not for you.
Find out why this is pinned in the general section!