Printer STOPPED
After converting to MK25, things go wrong. Tests are well done. After calibrating, this message XYZ calibration X / Y axes are perpendicular Congratulations, however, after the start of First layer cal. the extruder scans the nine points and then comes with the message STOPPED who knows what is wrong. The software version is 3.3.1 on a Rambo 1.3a board
Re: Printer STOPPED
From looking through the firmware, the STOPPED message is from a call to Stop(), and many such calls are related to temperature error events such as thermal runaway. You might want to verify that you can manually preheat the extruder and bed to a good setting (like preheat to PLA temperatures). This might not be your issue but it's worth ruling out.
DJ
Re: Printer STOPPED
Thanks for the reply. However, RUNAWAY is not activated in the Configuration file by default.
// Parameters for the bed heater
// #define THERMAL_RUNAWAY_PROTECTION_BED_PERIOD 20 // in seconds
// #define THERMAL_RUNAWAY_PROTECTION_BED_HYSTERESIS 2 // in degree Celsius
Re: Printer STOPPED
Sorry mistake 😳