0.92.2 Powers off unexpectedly
So, I am running a Rostock Max V2 and on versions 0.92 and 0.92.2, after heating the hot end, as the temperature passes over the set temperature, and starts dropping as it starts to converge on the set temperature, the entire board shuts off. I have to turn off the power to get the board to re-initialize. Once I saw a decoupled in the hot end display (dec), but normally I don't. I've turned on debugging, to see if I can find out why the board is powering down. On 0.91, I've put 6 days of printing without a hitch, so I know it is either a setting that I entered in the 0.92.2 config, or a bug.
I'm using a 40W cartridge heater, and a M3 screw in thermistor, but otherwise it's a stock V2. I'm using the type 3 heater control manager (as opposed to bang-bang or PID), and the lag is about 12.5 seconds. What should I be doing to isolate this problem? What routine is likely shutting down all of the power to the board? Is there some debugging I can use to either write to the SD card, or to MatterControl console?
Thanks,
Andy
I'm using a 40W cartridge heater, and a M3 screw in thermistor, but otherwise it's a stock V2. I'm using the type 3 heater control manager (as opposed to bang-bang or PID), and the lag is about 12.5 seconds. What should I be doing to isolate this problem? What routine is likely shutting down all of the power to the board? Is there some debugging I can use to either write to the SD card, or to MatterControl console?
Thanks,
Andy
Comments
Thanks for the help.
Yes, the log does not show a restart. Right, after reaching temperature on the hot end, it dies within a few seconds. Nothing else shows up in the log except M105s from the host software. If I use the Preheat PLA on the printer, it also happens, so it doesn't seem to matter which way I tell it to preheat.
My ATX supply (EVGA 650W) does have the capability to provide standby 5V, but the RAMBO is not wired into that leg. Are you suggesting to change that from the current (no pun) wiring to allow the RAMBO to stay powered on?
I set the EXT0_PID_MAX, HEATED_BED_PID_INTEGRAL_DRIVE_MAX, EXT0_PID_INTEGRAL all to 255. Doesn't help. I re-ran the testing with just the extruder, and it won't shut off. I then re-ran the test with only the bed. Once the bed nears the set temperature and is no longer driving at 100%, and switches to 83%, the board dies.
Thanks, setting
#define PDM_FOR_EXTRUDER
to 0 did the trick.