Uploading multiple files to multiple printers
-
What would be the most efficient and recommended way to upload gcode files to 2 or more machines/duet board SD cards? I tried to use FIlezilla, but having problems. I want to delete and upload several files to multiple machines, and I do this whenever the version of my design file gcode changes. Currently I do this manually to each machine, but wondered if there is a more efficient way to do this repetitive process, something analogous to a batch file.
-
Probably with CURL.
If you do a forum search for curl you'll find some examples. -
@phaedrux Sounds perfect! Makes my day better reading this.