Connect loop result in error

When connecting my newly updated Repetier Host to my Prusa i3 Iĺl et some sort of connect loop.
I am running version V1.0.6 using Linux Mint.

When connecting to version 0.9 on my Mac I do not get this error. I am using the same settings as before the update.

What can I do to fix it?

Here is the connection logging:
15:55:23.775 : start
15:55:23.777 : echo: External Reset
15:55:23.777 : Marlin 1.0.0
15:55:23.787 : echo: Last Updated: Nov 16 2014 12:03:51 | Author: (Adrian at your service!)
15:55:23.787 : Compiled: Nov 16 2014
15:55:23.789 : echo: Free Memory: 4126  PlannerBufferBytes: 1232
15:55:23.794 : echo:Hardcoded Default Settings Loaded
15:55:25.333 : echo:SD card ok
15:55:25.507 : echo:Active Extruder: 0
15:55:25.507 : Begin file list

......

15:55:57.111 : start
15:55:57.115 : echo:Marlin 1.0.0
15:55:57.119 : echo: Last Updated: Nov 16 2014 12:03:51 | Author: (Adrian at your service!)
15:55:57.123 : Compiled: Nov 16 2014
15:55:57.126 : echo: Free Memory: 4126  PlannerBufferBytes: 1232
15:55:57.130 : echo:Hardcoded Default Settings Loaded
15:55:58.672 : echo:SD card ok
15:55:58.843 : echo:Active Extruder: 0
15:55:58.863 : echo:Active Extruder: 0
15:55:58.863 : Begin file list
15:55:58.966 : Error:Temperature heated bed switched off. MAXTEMP triggered !!

Comments

  • Looks like Marlin triggers the watchdog. I had the same problem once with repetier firmware that loading sd file list took too long. For a test try connecting while sd card is not inserted.

    I assume here that
    Begin file list
    is more or less the last returned string.

    That is something new that the host shows files at connection, so it has to ask for them. But when firmware does not ping watchdog fast enough it can reset causing this loop.

  • Ah cool, this fixed my problem.
    Now I can start printing again :)
Sign In or Register to comment.