LONGER3D / Marlin2.0-lgt

Longer LKx(Alfawise Ux0) and LKx Pro(Alfawise Ux0 Pro) 3D Pinter firmware based on Marlin 2.0
GNU General Public License v3.0
30 stars 20 forks source link

[BUG] LK5 Pro: Gcode filenames on sdcard are truncated to 26 characters #9

Open reald opened 2 years ago

reald commented 2 years ago

Bug Description

Filename of gcode files on the sdcard are truncated to only 26 characters, even in the selected file box. In the selection list sometimes even less (depends on used characters).

My Configurations

Default configuration of this repository (branch support-LKxPro). Bug has been found in official FW&UI_LK5_PRO_0_3_5C.zip release, too.

Steps to Reproduce

  1. Insert sdcard with gcode files
  2. Open list
  3. select a gcode file

Expected behavior:

Latest after selecting a file the full file name must be shown in the selected file box. Otherwise you can´t add version suffixes to your files because the filenames get too long. Cura adds the printers name ("LLK5PRO_") at the beginning of the file so 8 characters are immediately taken. Normal filenames like "LLK5PRO_brandenburg-gate-by-modelmaker_v2.gcode" cannot be used with this printer.

Actual behavior:

Filename truncated to 26 characters "LLK5PRO_brandenburg-gate-b". If you have multiple versions you cannot distinguish which file should be printed.

Additional Information