luc-github / ESP3D

FW for ESP8266/ESP8285/ESP32 used with 3D printer
GNU General Public License v3.0
1.78k stars 465 forks source link

[FEATURE REQUEST]<Please add Pause/Resume and STOP button> #927

Closed j-snijder closed 1 year ago

j-snijder commented 1 year ago

Is your feature request related to a problem? Please describe.

Missing Pause/Resume and STOP button on web interface>

Please add Pause/Resume and STOP button

When push pause, printing pause, on push Resume it resumes When Push STOP printer goes to immediate stop of print and cooles down

Describe alternatives you've considered

Alternative could be to add a clear instruction on how to add custom buttons that actually communicate with the printer.

Additional context

github-actions[bot] commented 1 year ago

Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here

luc-github commented 1 year ago

This feature is implemented in V3 - did you tried it ? on 2.1 you can add it to macro buttons according your printer

j-snijder commented 1 year ago

Hi,

I have a Zonestar Z9V5 with WiFi and your ESP fw on it. Macro function is there but command is not recognized by Marlin fw on printer, although M25 and M24 are Marlin codes.

I target the ESP as the choice of 3 target (ESP - URI or SD) But is that the right target ?

luc-github commented 1 year ago

what FW version are you using?

j-snijder commented 1 year ago

FW version: 2.1.0.c26 ESP8266/8586 WebUI version: 2.1b70

copied this from info screen of ESP

luc-github commented 1 year ago

2.1 you need to create file with commands inside the file stored on ESP Filesystem or SD

j-snijder commented 1 year ago

The web UI has an option for fw update, how to do it and where to find file ?

j-snijder commented 1 year ago
luc-github commented 1 year ago

The web UI has an option for fw update, how to do it and where to find file ?

you need to build the binary by yourself

j-snijder commented 1 year ago

OKay, not for me then, am not into that kitchen skills

luc-github commented 1 year ago

Have a look to https://esp3d.io/ it is not that hard if you use platformio - I have setup everything

j-snijder commented 1 year ago

Can you then give me an example of the file I need to create on SD or upload to the ESP to get me a pause button and a resume button ?

All else what I need I can then add later

luc-github commented 1 year ago

just a file with the gcode pause command / resume command - if you are using Marlin Pause : https://marlinfw.org/docs/gcode/M025.html Restart: https://marlinfw.org/docs/gcode/M024.html Stop: https://marlinfw.org/docs/gcode/M524.html

One file for each command / macro

luc-github commented 1 year ago

As no new feature come to 2.X and this feature is already present in 3.0 I close FR

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.