External code for file transfer
-
Hello,
I have special gcode genetator software source code(generated VB6). My software make gcode file for tangential knife cutting and save to computer. But no send to duetwifi. Now I make manual transfer gcode file to duetwifi with DWC. I want one click generate gcode and file transfer with my software. How to make it? If possible VB6 good for me, or c code no problem. Thanks. -
probably easiest to send http requests
ref https://github.com/Duet3D/DuetWebControl/tree/legacy (or whereever the updated version for websockets went to)
-
-
i don't use visual basic, but plenty of examples of how to use curl on this forum and google should show you the rest.
-