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

Abort heating #3

Open
peteruithoven opened this issue Oct 23, 2013 · 0 comments
Open

Abort heating #3

peteruithoven opened this issue Oct 23, 2013 · 0 comments

Comments

@peteruithoven
Copy link
Member

Currently there is no way to make the printer stop heating. It will continue doing other commands only after heating is finished.

This happens because the printer only sends a next command to the printer when it receives an ok from the printer. When you send marlin firmware commands like an M109 it will send an ok when it's done heating.
We can only abort this by sending another command immediately.
We should be very careful to make sure this only happens when needed because we don't want it to interrupt prints accidentally.

When you're in a controlled setup where a lot of prints are made continuously you could replace the M109 with an M104 in the start gcode and make the preheat temperature the same as the printing temperature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants