Using DWC to make my own web interface
-
I have been trying to find out how i can use DWC to create my own web interface for my 3D printer. I have personally looked trough the documentation but i can't seem to find any information on this. Does anyone have any information on this?
-
@thyrviklein its built on Vue so you'd have to be able to understand that
-
@jay_s_uk First I tried to modify the DWC but I could't figure out how to use Vue.js so that's why i am building my own interface. I was wondering if anyone had any documentation about how I can make my own interface that communicates with the 3D printer like DWC does.
-
@thyrviklein i believe DWC uses HTTP requests to get the data from RRF https://github.com/Duet3D/RepRapFirmware/wiki/HTTP-requests
DWC runs locally in your browser once you load it which is how it can send HTTP requests -
@jay_s_uk Thanks! Do you know where in the file structure of DWC this is being used so I can look at a better refrence?
-
@thyrviklein its the connector https://github.com/Duet3D/DuetWebControl/tree/master/src/store/machine/connector that gets the data and keeps the store up to date
-
@jay_s_uk Okay I will look into this. Thank!
-
This post is deleted!