Long STL filename breaks communication with printer
Just spotted this. I'm trying to print STL file with name '
Universal_Filament_Filter_smaller_filament-exit-hole_v02_By_CT3D.stl'
This somehow bugs the firmware and after slicing (slic3r) and clicking print the host continues to show 'warning seems like we missed a ok - continue sending'
The display area on the printer LCD where the filename is shown on the first row is empty
Comments
#define MAX_VFAT_ENTRIES (2)
/** Total size of the buffer used to store the long filenames */
#define LONG_FILENAME_LENGTH (13*MAX_VFAT_ENTRIES+1)
#define SD_MAX_FOLDER_DEPTH 2
Increase MAX_VFAT_ENTRIES to 3 and you get 39 chars used by firmware along with higher ram usage, which is only an issue for deltas.