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

"job done" endpoint #68

Open
paultag opened this issue Aug 14, 2024 · 2 comments
Open

"job done" endpoint #68

paultag opened this issue Aug 14, 2024 · 2 comments

Comments

@paultag
Copy link
Collaborator

paultag commented Aug 14, 2024

for printers / machines that require a human to get ready for the next job, there ought to be some sort of "done" endpoint to mark an in-progress job as completed, and maybe a "ready" endpoint again?

knowing 3d printer print state here isn't enough since a human may need to pull the print off the bed, or pull material off a CNC. This also gives us a chance to delete uploaded files for systems that have that side-effect.

@jessfraz
Copy link
Contributor

jessfraz commented Aug 14, 2024

YEAH YEAH as part of a queue (#49) which is sorely missing AND then we were talking about image reconigition for like "ready to print" like someone cleared the tray :)

@jessfraz
Copy link
Contributor

since we have the camera feed

paultag added a commit that referenced this issue Oct 4, 2024
This is a first step as we start to chip away on #68 slash #49 and others.

This will add a standard part of our "Control" trait to check on the state of a printer -- is the printer running? idle? paused mid-print? Broken?

I implemented this for Moonraker (since I was able to test it), and stubbed in Unknown elsewhere. USB is doable here -- and I think we can do Bambu, but that may wait until I get into the office to play with it myself.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants