Open your gcode file in a text editor and look for M103 M104 and M109 commands:
M104 S0 nozzle heat off
M104 S210 set goal temp to 210C but don't wait until we reach the goal
M103 all nozzles off
M109 S0 nozzle heat off
M109 S210 set nozzle to 210C but don't continue until it reaches that temp
I'm guessing maybe you have some plugin that is messing with the temp.
Recommended Posts
Dim3nsioneer 557
When does the reset happen? During the pre-start phase (heatup), right at the beginning, anywhen during printing or at the end of the print (where it actually makes sense, so I guess it's not the last one...)
Link to post
Share on other sites