probonopd / WirelessPrinting

Print wirelessly from Cura, PrusaSlicer or Slic3r to your 3D printer connected to an ESP8266 or ESP32 module
352 stars 65 forks source link

WirelessPrinting v2 #166

Closed cpeuschel closed 2 years ago

cpeuschel commented 2 years ago

I love this project, but we have some issues, so can we start a new project (from scratch) with new features? :)

Here some ideas (based on some issues):

Maybe some developers are here to help and get the WirelessPrinting on the next level :)

@probonopd: what do you think?

probonopd commented 2 years ago

For me WirelessPrinting is pretty much feature complete as it is. Since I only run it inside my trusted network, I don't need any security features.

If I had to do it from scratch, I would probably be looking into using the ESP32-S2 with USB host capabilities, because it is getting increasingly hard to find serial ports on 3D printers. It looks like ESP32S2 is supported by https://github.com/espressif/arduino-esp32 nowadays, although I don't know the extent of USB host support for various USB-to-serial chips used in 3D printers.

If you need more advanced functionality it might be worthwhile to look into implementing something for the Raspberry Pi Zero W in Golang.