luc-github / ESP3D-WEBUI

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

[BUG] OK P63 in SD file list #180

Closed badbod closed 3 years ago

badbod commented 3 years ago

Describe the bug When viewing the SD files there is always a OK P63 entry in the list

To Reproduce connect ESP01S to TFT35 E3 V3 Insert SD card in controller board Click SD button in WEB-UI

Expected behavior OK response would be parsed out.

Screenshots ok-response-file-list

ESP3D Firmware: (please complete the following information)

**Target Firmware:

Board used (please complete the following information):

Browser used (please complete the following information):

Additional context might be to do with enabled ADVANCED_OK in the Marlin Firmware?

github-actions[bot] commented 3 years ago

Thank your for submiting, please be sure you followed template or your issue may be dismissed.

luc-github commented 3 years ago

what version of webui are you uising ? 2.1 is just the base, open the menu it is displayed on top of it Latest version in git is 2.1b70

this is due to something query in same time as WEBUI and so webui got 2 several answers, but it should be fixed, What M20 show when happen ?

luc-github commented 3 years ago

@badbod any update ?

badbod commented 3 years ago

sorry for delay, here it is UI: 2.1b70 / FW: 2.1.1.b8

M20 Begin file list MODERN~1.GCO 36681984 PLANTE~1.GCO 12467129 FUZE_S~1.GCO 1322654 End file list ok P63 B31

I think it is the ADVANCED_OK, It adds the P and B buffer info. I will try without but I do use the feature to prevent stalls when printing serial.

luc-github commented 3 years ago

I can work around it, this is why I needed the output - so it won't display it - but such output may disturb the file upload if you use it

Please, give a try to UI: 2.1b71 https://github.com/luc-github/ESP3D-WEBUI/blob/2.1/index.html.gz

badbod commented 3 years ago

Works perfectly, thank you. Only uploaded the index .html.gz so far but it worked fine and file listing is now 'clean'

[edit] doohh of course upload of index.html.gz was fine, that was the update, LOL I have now tried a few more files and not noticed any issues. [/edit]

luc-github commented 3 years ago

great thank you, I close issue then

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