I am trying to figure out an additional terminal command to run for post-processing that will allow me to turn off tool T0's heater (M104 T0 S0) right before the very last tool change over to T1. I want to do this because the material I am using for support material (E3D Scaffold) does not really like to sit in a hot nozzle for 3 hours, and ends up becoming hard and crusty and plugging up the print head. Is there a way to accomplish this in simplify3D? Currently, I manually open the file after saving the gcode, find the second to last instance of "T1" (the last instance of T1 is when I turn off the heater for T1 at the end of the print) and insert the M104 T0 S0 line right above it.
Any help is appreciated.