-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] The M115 command does not work #17922
Comments
Please follow the Issue Template when filing a bug report so we don't have to hunt for information. ### Description
<!-- Description of the bug or requested feature -->
### Steps to Reproduce
<!-- If this is a Bug Report, please describe the steps needed to reproduce the issue -->
1. [First Step]
2. [Second Step]
3. [and so on...]
**Expected behavior:** [What you expect to happen]
**Actual behavior:** [What actually happens]
#### Additional Information
* Include a ZIP file containing your `Configuration.h` and `Configuration_adv.h` files.
* Provide pictures or links to videos that clearly demonstrate the issue.
* See [How Can I Contribute](#how-can-i-contribute) for additional guidelines. |
Post your configs. |
Please follow the Issue Template. |
no need to send configuration |
Every issue should have configs posted. Not posting configs requires someone to waste their time creating their own configs which may or may not exhibit the same issue. If you won’t spend the time to post your configs, why should someone else spend their time trying to help? |
Configuration |
OK, I've reproduced it. That is some pretty hilarious output. Far more entertaining than I expected. |
There was an infinite loop in some recently added print macros. I've posted a PR to fix it. |
@radek8 the fix for this has been merged into bugfix-2.0.x. Please try it out and close the issue once you verify it is fixed. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The M115 command does not work in the current version of Marlin bugfix 2.0
if allowed
#define M115_GEOMETRY_REPORT
related to the repair #16741
The text was updated successfully, but these errors were encountered: