Temp change gcode does not appear to be working
I'm trying to print a temp tower to start troubleshooting a stringing issue but the temp change GCode does not appear to be changing the nozzle temp
looking through the Gcode I find this:
; before_layer_gcode = ;BEFORE_LAYER_CHANGE\nG92 E0.0\n;[layer_z]\n{if layer_z>=1.05} M104 S190 M109 S190 {endif}\n{if layer_z>=11.05} M104 S195 M109 S195 {endif}\n{if layer_z>=21.05} M104 S200 M109 S200 {endif}\n{if layer_z>=31.05} M104 S205 M109 S205 {endif}\n{if layer_z>=41.05} M104 S210 M109 S210 {endif}\n{if layer_z>=51.05} M104 S215 M109 S215 {endif}\n{if layer_z>=61.05} M104 S220 M109 S220 {endif}\n{if layer_z>=71.05} M104 S225 M109 S225 {endif}\n{if layer_z>=81.05} M104 S230 M109 S230 {endif}
And at each layer change
;LAYER_CHANGE
;Z:0.6;HEIGHT:0.2
;BEFORE_LAYER_CHANGE
G92 E0.0
;0.6
However the temperature on the screen remains at 210 after the 215 initial layer
