@lyndon said in Simple tool change:
M104 S205 T1
M109 S205 T1
those are not valid RRF Gcode but AFAIK will probably not cause this specific issue (Use G10 to set temperatures, not sure how to get S3D to do this).
When a specific tool is selected (using Tn) the the TfreeN.g from the previously selected tool is run, followed by the TpreN.g of the tool being selected, followed by the TpostN.g of the now selected tool. So far so good, however did you have T0 or no tool selected when you started? if T1 is already active then sending the command again wont run the macros.
To test, from the console send T0, T1, T0 etc and confirm that the macros do what is expected.