connect my Python application to my Duet2 wifi printer
-
Hi,
Is there a way to connect my Python application to my Duet2 wifi printer (Reprap3)?
How would I do that?Adi
-
Here's something to read:
NEEBE: How to send gcode through python
Python script send Gcode to duet 3 failed
DSF Python bindings for DWC 3.4?
LOL (because I think you like that) -
@infiniteloop
Hi Thanks,
But, all the examples you sent are in favor of a direct connection. Are there examples of connection via IP in favor of connecting with a duet 2 wifi?Adi
-
@adistr said in connect my Python application to my Duet2 wifi printer:
Are there examples of connection via IP in favor of connecting with a duet 2 wifi?
I didn't search the forum on that. Have a look at DWC related topics, also, there are several posts about plugins and HTTP requests. Here's a link to DWC on GitHub. I didn't find a comprehensive link to the Duet web server, though.