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

[Recommendation] README.md; Comparisons Great, but how does it compare with ESP3D ? #156

Closed borland1 closed 4 years ago

borland1 commented 4 years ago

Great comparision between SD-SLOT/Octoprint/WirelessPrint, but what is the difference between ESP3D which seems to be similar or maybe have more features?

ESP3D development seems to still be active. Is that the case with WirelessPrint?

probonopd commented 4 years ago

This discussion caused WirelessPrinting to be made:

Can you send a suggestion for a text that cold be added to the README based on this?

WirelessPrinting is active, it does what I need. If someone needs it to do more, then they are welcome to send pull requests.

borland1 commented 4 years ago

Having only browsed these product's documents, here's my take, but could be mistaken. image

SerialWiFiHostAlternatives.zip

probonopd commented 4 years ago

Well, I think the main difference is that ESP3D doesn't have the main feature of either WirelessPrint or OctoPrint, which is: Computer can be turned off after having sent off a print job to the printer. So it does something entirely else. Or has this changed recently?

borland1 commented 4 years ago

Don't know what ESP3D is working on but PC's today are multitasking. PC OS power saving features should be enabled if that's a concern.

As for printer power saving features upon print completion, Marlin has that supported ( if enabled in config.h ) with g-codes M80 (power supply ON) and M81 (power supply OFF). Originally for ATX power supply hardware, but hardware is not mandatory to use M81 power supply feature. ATX power OFF is not completely OFF, but allows for at least 300mA supply for low current needs (such as the main microprocessor). M81 g-code command provides for:

Besides adding M81 to Slicer's print completion g-code (end-code), might also include moving print head to a parked position.

probonopd commented 4 years ago

Are you running your PC all the time while doing a 24-hour print? I don't. Besides, I like to reboot my PC much more frequently than my prints take.