So far I have used Kisslicer 1.5.2.20 and was very happy with the function that I could write the following into the end-gCode:
G1 F200 Z<Z+50.0>
As I do have an endstop on min and max I simply entered this code and the nozzle traveled 50mm up from the actual position or as long as the endstop was not hit (whatever came first of course
-> can I do something similar in Simplify 3D too?
#####
edit:
I could do it by entering the following but is there a way to do it like Kisslicer?
G91 ; relative positioning
G1 Z+50 F200 ; move Z up
G28 X0
G28 Y0
#####