Duet 2 Maestro occasionally stops mid print
-
@dc42 can you have a look at the stacktrace?
-
Can you post your full config.g and the results of M98 P"config.g" ?
And maybe a sample gcode file that has caused the crash?
-
@Phaedrux
the config is above -
Would the gcode be helpful? It doesn't consistently happen even with running the same file again. The last one happend during a mesh level command
M98 P"config.g" HTTP is enabled on port 80 FTP is disabled TELNET is disabled Warning: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 463C
-
@Veti said in Duet 2 Maestro occasionally stops mid print:
@Phaedrux
the config is aboveAh yes, missed the link.
@Infinitysnek said in Duet 2 Maestro occasionally stops mid print:
Would the gcode be helpful? It doesn't consistently happen even with running the same file again. The last one happend during a mesh level command
In that case, probably not.
-
In all three M122 reports that you provided, the microcontroller was stuck waiting for an SD command to complete. So I have these suggestions:
- Replace the SD card
- Firmware 3.2.x reads the SD card more often than older firmware because it supports the daemon.g process. If you are not using daemon.g, create a daemon.g file in /sys containing this single command:
G4 S100000
That will put the daemon task to sleep for almost a month at a time.
-
@dc42 Thank you for looking in to this.
I made the daemon.g file, does that run automatically on startup or do I need to do something once a month?
I'll wait for a new SD card to arrive tomorrow. -
The daemon.g file runs automatically at startup, so just having the file present is sufficient to put it to sleep.
-
PS - are you running your prints from the internal SD card in the Duet, or are you using an external SD card socket?
-
@dc42 All from the internal SD card. I upload everything via the web interface. I don't have an external SD card socket.