You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This only happens when no filament has been loaded to the nozzle (MMU2S). When I manually load some filament to the nozzle (via the menu), the print proceeds as normal.
The crash/reboot does not happen for the same file with firmware 3.8.1.
The underlying issue in that PR is that we hit an assert() during the runout routine if the current filament is undefined ("F?").
There are a number of ways to get in that situation, and I believe this is another such path, since a non-MMU print does not invoke T-codes to set a tool, nor have the Tx/Tc pair to invoke manual selection, which are the normal ways the filament becomes set during a cold start.
Printer type - MK3s
Printer firmware version - 3.9.0 RC1, 3.9.0 BETA
MMU Upgrade - MMU2S
MMU upgrade firmware version - 1.0.6
Describe the bug
When starting the default Linear Advance calibration pattern from https://marlinfw.org/tools/lin_advance/k-factor.html, the printer resets just between 7x7 bed leveling and actually starting the print.
This only happens when no filament has been loaded to the nozzle (MMU2S). When I manually load some filament to the nozzle (via the menu), the print proceeds as normal.
The crash/reboot does not happen for the same file with firmware 3.8.1.
To Reproduce
Expected behavior
There should be no hard reset/reboot of the printer. If anything, the printer should display an error message.
G-code
The text was updated successfully, but these errors were encountered: