-
-
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
M118 echo to serial #7168
M118 echo to serial #7168
Conversation
716d33b
to
1a22e3b
Compare
2500bff
to
bb3ce45
Compare
Allows the user to send text to the serial console in order to communicate with a host - sending debuging information or action commands, for example. Text must begin with '//' and this is added if it is not already present at the beginning of the string.
bb3ce45
to
98d362c
Compare
Cool. Let me check that adding On the other hand, if the user wants the output to be echoed in Repetier Host, perhaps they could add |
@thinkyhead, this doesn't do what I wanted because action commands aren't parsed if they start Can you remove |
No problem. Do you need the double slashes appended automatically? |
No, happy to add those myself in my M118 commands. |
How about this addition: |
Not sure - seems like we might be over-thinking it now. Why not just let it send whatever string follows |
Fair enough, though I might add the parameters too as a point of self-documentation for the G-code. |
Sounds good to me. |
Applied changes to #7162 for merge
http://reprap.org/wiki/G-code#M118:_Echo_message_on_host