DWC3 Webserver Documentation
-
Hi All,
I'm currently looking for a documentation of the DWC3, more precisely the available HTTP/json requests?
Under DWC2, I was able to query machine info through these commands.
While I can now get the machine's info through /machine/status, I'm not sure how to upload a gcode file, send + execute single Gcode commands, download files, etc...
I couldn't find the documentation where the new "architecture" is described.I'm using these commands to control my printer through a custom web interface hosted somewhere else, I guess communicating through DWC is the way to go here, right?
Best,
-h -
-
Hi Chriss,
Thanks for the 2 links.
I still don't quite understand how I would send for example a .gcode file.
The 1st link mentions rr_ commands.
Is the rr_model HTTP command still working under RRF3?
I was under the impression this was deprecated?Best,
-h -
Sorry, I do not have more than the two links. My plan is to write the metrics from the board to a influxdb to graph them. The forum pointed me to this two URLs. That is all I know so far. My project is still in planing, sorry.
I'm sure that somebody with more know how will jump in here.
Cheers, Chriss
-
@hauschka Check out the README for https://github.com/Duet3D/DuetSoftwareFramework
It has a list of all the calls you can make in the new environment.
-
@gtj0 said in DWC3 Webserver Documentation:
You're my hero!
Thanks! That was exactly what I was looking for. No clue how I missed it!
Thans a lot gtj0