Closed j-snijder closed 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
This feature is implemented in V3 - did you tried it ? on 2.1 you can add it to macro buttons according your printer
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 ?
what FW version are you using?
FW version: 2.1.0.c26 ESP8266/8586 WebUI version: 2.1b70
copied this from info screen of ESP
2.1 you need to create file with commands inside the file stored on ESP Filesystem or SD
The web UI has an option for fw update, how to do it and where to find file ?
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
OKay, not for me then, am not into that kitchen skills
Have a look to https://esp3d.io/ it is not that hard if you use platformio - I have setup everything
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
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
As no new feature come to 2.X and this feature is already present in 3.0 I close FR
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.
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