aegean-odyssey / mpmd_marlin_1.1.x

a fork of Marlin firmware (bugfix-1.1.x) for the Monoprice MP Mini Delta 3d printer
GNU General Public License v3.0
76 stars 19 forks source link

Flashing red light #39

Closed skylersell closed 3 years ago

skylersell commented 3 years ago

I am trying to heat up my printer and it stopped at 109 and had a red flashing light on the led by the DC jack. Could it a issue with the sensor?

skylersell commented 3 years ago

I traced the wire back up to the connector and one of the pins on the jst connector came loose and I just put in back in and that solved my issue.

aegean-odyssey commented 3 years ago

It could be the sensor (or another component) but first...

The red flashing LED indicates that the Marlin firmware entered its "emergency stop" state; that during the normal course of operation, the firmware detected a condition that made it unwise or impossible to continue. Broadly, detected anomolies in the printer's motion control or heating control cause this issue.

Most commonly, the error stems from Marlin's "thermal run-away detection" safety feature. A temperature reading that does not advance as expected is one of its triggers. I believe this is the issue you describe.

Things to consider:

Hopefully, this list will point to some things to try.

Please report back. I'm sure your findings can be helpful to others. I am particularly interested (concerned) that you've a new (incompatible) printer variation from the manufacturer. We're all ready building numerous variants of mpmd_marlin_1.1.x firmware to accommodate the manufacturer's same printer that seems to have four different stepper motor wirings.

aegean-odyssey commented 3 years ago

@skylersell, I see you solved the problem as I was posting. Good job!

Thank you for giving the firmware a try.