@sindarius I have put these files inside of my own interface but I can't seem to get a connection can you tell what I need to do to make my own connection to the Duet with my own interface?
Latest posts made by ThyrviKlein
-
RE: Using DWC to make my own web interface
-
RE: Using DWC to make my own web interface
@jay_s_uk How exactly does it send the http request to the duet? Like how does it know where to send the request to?
-
RE: Using DWC to make my own web interface
@jay_s_uk Okay thanks! but how does dwc send these http request is what i am after i think.
-
RE: Using DWC to make my own web interface
@jay_s_uk I know but I still cant understand how it works and i cant find any specific explanation with code examples that are in DWC
-
RE: Using DWC to make my own web interface
@chrishamm Thanks for the reply! But i am not looking to use Vue.js I rather code it myself but i still need to figure how the backend of DWC works. If you could help me with that i would really appreciate it.
-
RE: Using DWC to make my own web interface
@norder Thanks but I want to use Duet as a kind off Framework with my own coded interface on top. Do you know how i can best approach this?
-
Using DWC to make my own web interface
I have been trying to figure out how to use DWC to make my own interface but i just cant seem to figure it out does anyone know how it works and be able to explain and show with some examples?
-
RE: Using DWC to make my own web interface
@jay_s_uk Okay I will look into this. Thank!
-
RE: Using DWC to make my own web interface
@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?
-
RE: Using DWC to make my own web interface
@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.