[FR] Add host/serial print options to special menu #489
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
On vanilla marlin, using standard screens (not the custom anycubic ones) you can add "Start Host Print" and "Stop Host Print" buttons to the UI. I believe these buttons use the
M118
(serial print: https://marlinfw.org/docs/gcode/M118.html) GCODE to send an action to a connected host.It would be awesome if the special print menu had something similar, so if you are using OctoPrint and you notice a fail, or want to run the same print again, you don't have to login via your computer/phone/tablet to perform this fairly simple action.
Feature Workflow
M118
command to OctoPrint/Host?Additional Information
These buttons could be at the top level of the Special Menu, or under "Host Actions" maybe?
Also, I assume that the Anycubic UI cannot determine if a print is currently running and change the buttons accordingly? If so I guess all host actions could be loaded and it is up to the user to apply some common sense?
Thoughts?
This might be added in the upcoming version ;)
This issue is stale because it has been open 30 days with no activity. Remove stale label / comment or this will be closed in 5 days.