Skip to content
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

$gs grbl/show implementation for CNCjs initiliazation without soft reset and $13 implementation #1314

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ColPaulR
Copy link

@ColPaulR ColPaulR commented Sep 8, 2024

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)

@ColPaulR ColPaulR changed the title Resynced with bdring & updated ProcessSettings.cpp $gs grbl/show implementation for CNCjs initiliazation without soft reset and $13 implementation Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant