davidramiro / Marlin-Ai3M

🖨 Marlin firmware optimized for the Anycubic i3 Mega 3D printer
GNU General Public License v3.0
519 stars 184 forks source link

[BUG] M23 for file in folder give "open failed" error #122

Closed fgiudice98 closed 2 years ago

fgiudice98 commented 2 years ago

As per title the M23 command (from pronterface, octoprint and others) for file in folder give "open failed" error, so cannot start a print from a file in a folder. I tried with different filenames for folders but without luck. The files work good when printing from lcd.

Below the pronterface console output

>>> M23 /TEST/PRINT_~1.GCO
SENDING:M23 /TEST/PRINT_~1.GCO
echo:Now fresh file: /TEST/PRINT_~1.GCO
open failed, File: PRINT_~1.GCO.

I am running the latest firmware on full stock Mega-S.

Another thing, is it possible to enable M33 command?

Thank in advance

davidramiro commented 2 years ago

Thanks for your contribution!