luc-github / ESP3D-WEBUI

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

PLAY of file on SD gets response from Marlin "open failed" #357

Closed 3D-Darryl closed 1 year ago

3D-Darryl commented 1 year ago

Selecting "Play" on cal.gcode (on the Ai Thinker SD) sends "M23 /cal.gcode" then "M24" and gets response "open failed, File:cal.gcode". This would work for files on the Printer's SD but could never work for files on the ESP32 SD.

The same file "cal.gcode" can be printed from the printer's LCD panel.

To Reproduce put a valid gcode file on the ESP32 SD card View the file list on the web page select the "play" button

Expected behavior The ESP32 should stream the file from the ESP32 SD to the Marlin firmware similar to Octoprint.

ESP3D Firmware: (please complete the following information) WebUI 3.0.0-a31.M2.1 FW Version 3.0.0.a225

Target Firmware: (please complete the following information) Marlin 2.1.2

Board used (please complete the following information): ESP32 AI-Thinker with camera and SD card. 32GB SD formatted FAT32. Flash and SD and TFT-SD enabled. Global file system enabled.

Browser used (please complete the following information): Firefox

Additional context Add any other context about the problem here. Developer tools output, error message, etc...

luc-github commented 1 year ago

I already answered https://github.com/luc-github/ESP3D-WEBUI/issues/347#issuecomment-1528639345

the stream status is here https://github.com/luc-github/ESP3D/issues/243

Close as duplicate of https://github.com/luc-github/ESP3D/issues/243

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.