luc-github / ESP3D-WEBUI

A Web UI for ESP8266 or ESP32 based boards connected to 3D printers / CNC
GNU General Public License v3.0
762 stars 305 forks source link

[BUG] Axis coordinates don't show in the control tab #87

Closed Liger0 closed 4 years ago

Liger0 commented 4 years ago

Describe the bug Axis coordinates often don't show in the control tab.

To Reproduce Steps to reproduce the behavior:

  1. Activate the position check (I have it to 10 seconds)
  2. It will show the coordinates and update 1 or 2 times
  3. It will stop showing coordinates.
  4. After this no matter what you do, it won't show coordinates again.

Expected behavior Keep showing coordinates instead of blanking them

ESP3D Firmware: (please complete the following information)

Target Firmware: (please complete the following information)

Board used (please complete the following information):

Browser used (please complete the following information):

Additional context The coordinates are reported correctly in the commands tab with detailed mod ticked.

luc-github commented 4 years ago

Do you have screenshot?

It will show the coordinates and update 1 or 2 times

What did you do to change position?

After this no matter what you do, it won't show coordinates again

What did you do? How long ?

Liger0 commented 4 years ago

I don't have a screenshot now, I will do it later when I finish the long print I am doing. I can't do it now because always, mid print, the commands tab just keeps throwing echo:busy: processing multiple times and never connects to the printer again (same happens after a print is ended, it stops communicating and I have to restart the control box (the screen still shows the IP correctly).

I didn't change position. Just started a print. I just tried to enable and disable the checkbox of the coordinates showing (leaving a minute between any click), but with no result so far.

luc-github commented 4 years ago

Print from sd ? Or from usb?

Liger0 commented 4 years ago

SD

luc-github commented 4 years ago

Busy: processing come from Marlin https://github.com/MarlinFirmware/Marlin/blob/9badd2b664463557d17449878b91ce84d5eec676/Marlin/src/core/language.h#L177 Seems it does not accept commands there nothing ep3d can do

luc-github commented 4 years ago

Any update?

Liger0 commented 4 years ago

Nothing so far. I guess it should be closed?

luc-github commented 4 years ago

Ok as if Marlin does not allow any command when doing SD print - ESP3D cannot do anything Anyway Marlin has auto temperature report to follow temperatures, so no need to poll and it works with ESP3D- but I do not think it has same setting for position.

github-actions[bot] commented 4 years 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.