[2.0.x] report error on unsupported commands#10553
Merged
Roxy-3D merged 1 commit intoMarlinFirmware:bugfix-2.0.xfrom Apr 27, 2018
GMagician:2.0.x-report-error-on-unsupported-gcodes
Merged
[2.0.x] report error on unsupported commands#10553Roxy-3D merged 1 commit intoMarlinFirmware:bugfix-2.0.xfrom GMagician:2.0.x-report-error-on-unsupported-gcodes
Roxy-3D merged 1 commit intoMarlinFirmware:bugfix-2.0.xfrom
GMagician:2.0.x-report-error-on-unsupported-gcodes
Conversation
Raise an error when an unknown/unsupported G/M command is requires. This will address #10546
Member
|
Are you planning on doing a Pull Request for bugfix-1.1.x ? If so... Great! But it is probably easier for me to just zap bugfix-1.1.x with these two lines of code to keep the two code bases in sync. |
Contributor
Author
|
Just a question since @thinkyhead is going to rollout 1.1.9. |
Member
|
I don't know the answer to your question... But good features are still being added. And this change is so minimal and provides real value... So I'll merge it right now! THANK YOU! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Raise an error when an unknown/unsupported G/M command is called.
This will address #10546