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

[FEATURE REQUEST] Ability to schedule starting a print at a given date/time #1001

Closed
josedpedroso opened this issue Feb 17, 2024 · 9 comments

Comments

@josedpedroso
Copy link

It'd be nice to be able to schedule printing a file already in the card (or sending a custom g-code command to the printer) at a specified date and time. Not sure how feasible that is, especially if ESP3D doesn't already have a global date/time, but as an alternative, being able to schedule the print or command to happen after some minutes, days, or hours, would still be useful. It'd also be nice to be able to set the schedule as one-shot or repeating.

@luc-github
Copy link
Owner

luc-github commented Feb 17, 2024

what is the purpose of scheduling a job ? what is the user case?

@josedpedroso
Copy link
Author

josedpedroso commented Feb 18, 2024 via email

@luc-github
Copy link
Owner

luc-github commented Feb 18, 2024

so what you need is just starting time and not a repeating
In that case it is safer to use https://fr.aliexpress.com/item/1005004251720806.html because if your esp does not have internet and time may not be set it won't work
Just put you gcode file as init command in ESP3D or even in Printer Firmware init file

@josedpedroso
Copy link
Author

josedpedroso commented Feb 18, 2024 via email

@luc-github
Copy link
Owner

My todo list is already full of helpful feature requests so I need to sort them by "is it useful ?" "Does manyl people will use it ?" "Is there an existing solution ?"

So to be honest currently this FR would the last one

@josedpedroso
Copy link
Author

josedpedroso commented Feb 18, 2024 via email

@kleffa
Copy link

kleffa commented Jun 1, 2024

Launch macros on determinate time sounds very interesting, by now using macros or comands like "G4 S3600 ;" makes a solution to pause at some time, but have lit of limitations, some printers have lights, buzzers and noises that can easily activate/deactivate using macros on time, by now ESP3D has NTP so sontime should not be a gteat problem

@luc-github
Copy link
Owner

luc-github commented Jun 1, 2024

nothing is difficult in programming, it's just a matter of spending time thinking about a problem and its solution and implementing the proper solution

so sure, PR is welcome

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants