Where do you Prusa I3 MK3 users stop your hotend after a finished print

Where do you Prusa I3 MK3 users stop your hotend after a finished print it seems to me the default place is to low and in the way of removing the steel plate to remove the print? I added some end G code to move it up and out of the way is this the way to do it or is there a place to tell it where to park without editing G code? I also added some tones to play when it finishes a print because it runs so quite but I still think there should be a default setting to sound a buzzer without having to write G code since it does have one. Am I missing something or do you have to do it all in the G code?

Up and out of the way, is the way to do it. My printer automatically puts the Y axis full forward, homes the X axis.

@MidnightVisions And I shift the Z up a couple of cm.

Hold down the encoder for a couple of seconds, then you go straight into the Z-height menu and can set it a bit higher!

That’s what the g code is for. Set up the sequence to your needs. Hard coding it into the firmware may seem the better way to go until you need to change it.

My end Gcode for my I3 is
G1X0Y200Z200F500
which gets everything out of the way, the delta just homes at the end

Most slicers have sections for adding pre and post actions.