Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upQue of optional commands to be executed after a print #457
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
Implemented in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be handy with a que of optional GCODE-commands to be executed after a print. A list of commands that can be rearranged, or maybe even as simple as a text field to enter them into. Fully editable during the print. Executed from top down after all the GCODE from the uploaded file is sent to the controller and the print is done.
You could tell the machine to shut down the heat bed, turn on cooling fans, power down at the end of the print even if it is not in the uploaded GCODE
I can think of a number of reasons one would like different things to happen after a print that was not planned for during slicing.
For example when prototyping and printing a series of prints I don't shut down the heat bed between individual prints. If the time estimations are off for a print so it will have to be left unattended for longer than planned or the print has to be slowed down for any reason it would be very useful to be able to tell OctoPrint mid-print to shutdown the heat bed afterwards.