Sorry for the late answer. Then, I guess there's something broken.
For example, this just happened: I clicked on pre-heat, waited a bit and then I clicked on "send job to the printer"
The nozzle temperature reached the 230ºC correctly and there it stoped, but the bed didn't reach the 60ºC. So, in the time cura was "exporting" the bed temperature kept rising up, and when the job finally got imported to the printer the bed temperature reached up 71ºC.. It didn't cut it off automatically at 60ºC.
Again, the only way I found to avoid this, is to wait until both temperatures get to the setted temperature, wait for cura to export the job, and then wait for a bit for the printer to reach both temperatures again (because now it does the inverted job, temperature decreases when cura is exporting to the printer)
I will keep doing it that way to avoid any possible hardware problem because of any excessive temperature.
Recommended Posts
GregValiant 1,354
A pre-heat command would be the same as the command found in the gcode. M104 S200 will heat the hot end to 200. M109 S200 will heat the hot end to 200 but keep the printer from processing anymore gcode until the temperature has been met. M140 and M190 work similarly for the bed temperature. The only difference is that a pre-heat command comes from the LCD rather than from a gcode file. If your LCD tells the printer to heat the hot end but doesn't provide a set point value (the "S" parameter in the temperature codes) then there will be problems as that is by definition a thermal runaway.
If you tell the printer to pre-heat to 200 then that is where it should end up. The printer should sit on that temperature forever unless it is told something different. When the gcode starts to be read by the printer one of the first few lines that come in will be temperature lines for the bed and hot end. Those lines will tell the printer to heat to the "Initial Print Temperature" and the "Initial Bed Temperature" that you have set in Cura. There is no Gcode command for "just keep on heating until you blow up". There is always the "S" parameter or the command is ignored.
If your printer is continuing to heat to 270 after being told to heat to 200 then something told it to do so, or something is broken, or maybe something is in °F instead of the usual °C and the printer is headed to 392°F.
Link to post
Share on other sites