davidramiro / Marlin-Ai3M

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

Enable M33 command #125

Closed fgiudice98 closed 2 years ago

fgiudice98 commented 2 years ago

Enable M33 with 65 chars max filename length

Since enabling only the LONG_FILENAME_HOST_SUPPORT gives a max filename length of 26 chars i also enabled SCROLL_LONG_FILENAMES to boost the max length to 65 chars. This is good because the Octoprint plugin Long Path SD LIST get only complete filenames, so if a filename is truncated it dosen't show it.

Tested on my i3 Mega-S and works without problems