$gs grbl/show implementation for CNCjs initiliazation without soft reset and $13 implementation #1314
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.
Added "$GS" or "$GRBL/Show" user commands that echo the init message. CNCjs is expecting a line starting with "Grbl x.y". CNCjs will now consider itself initialized if sending "$GS" or "$GRBL/Show" in the console and avoid a soft reset. Init string is only sent to the channel that issued the user command. This pull request should implement #1300
Also implemented $13 inch/mm reporting switching in ProcessSettings.cpp (function switchInchMM added and referenced in make_user_commands and show_settings funcitons)