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

Implemented M112 #851

Merged
merged 3 commits into from
May 19, 2014
Merged

Implemented M112 #851

merged 3 commits into from
May 19, 2014

Conversation

DanNixon
Copy link
Contributor

Checking for M112 after each new command enters the command buffer.
Call get_command() from process_inactivity() to preempt moves and heater.
Response is not instant, however is much faster than pausing print.

@whosawhatsis
Copy link
Contributor

Have you tried telling a machine that all of the endstops are triggered to try to kill any moves in progress?

@DanNixon
Copy link
Contributor Author

I wouldn't need to, assuming there is room in the buffer serial data would be read from process_inactivity() and a call to kill() stops any moves in progress.

nothinman added a commit that referenced this pull request May 19, 2014
@nothinman nothinman merged commit aed5ec0 into MarlinFirmware:Marlin_v1 May 19, 2014
@whosawhatsis
Copy link
Contributor

Needs to be added to the code list in the comments at the top of Marlin_main.cpp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Testing Testing is needed for this change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants