Hi, There is already this feature. Well Kind of. If you add this: {IF NEWTOOL=0}M104 S170 T1; turn temperature down when switching from extruder 1 {IF NEWTOOL=1}M109 S[extruder1_temperature] T1; turn temperature up when switching to extruder 1 to the tool change script section, it should cool it dow...