derekantrican / BambuLabsListener

4 stars 0 forks source link

Failure messages are sent while unloading/loading filament & M400 pause #4

Closed derekantrican closed 12 months ago

derekantrican commented 1 year ago

While unloading & loading filament, I get the following 3 messages:

'Untitled' failed (elapsed: 57m 55s, error: 134201347) 'Untitled' failed (elapsed: 57m 55s, error: 134201350) 'Untitled' failed (elapsed: 57m 55s, error: 134184967)

(the time is leftover from the last print)

I can't find these errors anywhere in BambuStudio source, but I assume they code for the different prompts to "unload the filament", "load the new filament", etc. Maybe there's a different prop we can check.

derekantrican commented 12 months ago

A M400 pause also gives this message:

'Rattle' failed (elapsed: 31m 16s, error: 50364435)

derekantrican commented 12 months ago

I don't see confirmation of this in the Bambu Studio code anywhere, but these seem to be the correlations:

134201347: 'pull back current filament' dialog 134201350: 'load new filament' dialog 134184967: 'has filament been extruded' dialog 50364435: 'print is paused' dialog