Upload from script or via rest api
-
I have automated slicing and would like to remotely upload the gcode to the wifi duet. Is there a rest api call to upload?
-
There is no REST API, but you can issue an rr_upload POST request to upload files. See https://github.com/chrishamm/DuetWebControl for further information.