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 issue has had no activity in the last 30 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 7 days.
Bug Description
When running a macro that calls another macro Marlin crashes. Tested with bugfix-2.0.x at revision ac82dc4.
Configuration Files
configuration.zip
Steps to Reproduce
Example input:
Example output from Octoprint console:
Expected behavior:
M811 calls M810 then M400 then M810.
Actual behavior:
Looks like M811 lets M810 being re-defined as "M400 | M810", then M810 is called.
Counter Example:
The text was updated successfully, but these errors were encountered: