-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Since the Carvera only executes gcode from its internal memory, one must be at the machine (or at least have it on) before you can use the controller and set the job up. It would be nice if you could load a file (or files) into the controller and set the job up as if the machine were connected, and then the controller would store that file in a queue folder. Then when you actually connect to the machine, it would check the queue folder and upload those jobs to the machine ready to run. (Should prompt before sending.) If it can handle multiple jobs being sent in advance, great. Then it would execute the first job, then the second etc. If it can't handle multiple jobs, then the controller would automatically upload the second job once the first is complete, etc.