<font face="Arial, Verdana" size="2">// These commands get executed after storing position and going to park position.</font>
<font face="Arial, Verdana" size="2">#define PAUSE_START_COMMANDS "</font>G1 x10 y100 z200 f1000\nM104 S0"
<font face="Arial, Verdana" size="2">// These commands get executed before we go to stored position.</font>
<font face="Arial, Verdana" size="2">#define PAUSE_END_COMMANDS ""</font>
<font face="Arial, Verdana" size="2">
</font>
<font face="Arial, Verdana" size="2">But be aware that continuing will be done with disabled/cold extruder so it will fail. So add a enable/wait extruder temp command in end script.</font>