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

Can this work on a ESP01 module (without SD card) #136

Closed ghost closed 4 years ago

ghost commented 4 years ago

Its not clear from the instuctions here, can this work on a ESP01 module like these https://www.instructables.com/id/Getting-Started-With-the-ESP8266-ESP-01/ ? If so, is it just a matter of flashing something like ESP8266WirelessPrintAsync_d1_mini_bad8e51 ?

probonopd commented 4 years ago

Yes. For small gcode files at least.

Keltere commented 4 years ago

Hi, sorry but it uses the slicer as a host? When i submit the gcode i can turn off the pc?

probonopd commented 4 years ago

WirelessPrinting turns the ESP8266 into a printer host. You can switch off the PC after the gcode has been received by the ESP8266. The ESP8266 will then stream the gcode to the printer line-by-line while it is printing.