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

Give an easy option to use G27 instead of M112 #164

Closed Anyeos closed 2 years ago

Anyeos commented 3 years ago

I suggest to use "G27 P0" (Parking Nozzle only Z if it is below parking distance). So the print will be aborted (because WirelessPrinting does not send more commands to the printer) and the printer put the Nozzle in a safe position. I suggest an easy option to use like a #define as Marlin have. Because not all printers have the G27 command enabled and by default M112 can still be used.

Edit: It is more complicated than that. But I will test it.

Anyeos commented 3 years ago

I actually see it is duplicate of #5