luc-github / ESP3D

FW for ESP8266/ESP8285/ESP32 used with 3D printer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

josedpedroso opened this issue · comments

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.

commented

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

commented

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

commented

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

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

commented

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